All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class phaser.numeric.SimpleGraphEditor

java.lang.Object
   |
   +----phaser.numeric.SimpleGraphEditor

public class SimpleGraphEditor
extends Object
implements KeyListener, ActionListener, PhaserFrameConstants, NumericsEditorAdapterController

Variable Index

 o FONT

Constructor Index

 o SimpleGraphEditor(NumericsEditorAdapter, IfView, SimpleGraphParameters)

Method Index

 o actionPerformed(ActionEvent)
 o apply()
 o applyDefaults()
 o applyDefaults(int)
 o cancel()
 o cancel(int)
 o getAxesGridEditor()
 o getGraphicsEditor()
 o getScalingEditor()
 o getValueOf(TextField, boolean[], int)
 o keyPressed(KeyEvent)
 o keyReleased(KeyEvent)
 o keyTyped(KeyEvent)
 o makeAxesGridEditor()
 o makeComponentPanel(String, Component, boolean)
 o makeGraphicsEditor()
 o makeScalingEditor()
 o notifyUpdate()
 o reChargeParameters()
 o refreshView()
 o setChildrenStatesOf(Container, boolean)
 o setModified(boolean)
 o setParameters(SimpleGraphParameters)
 o setValueOf(TextField, double)
 o updateAxesGridEditor()
 o updateGraphicsEditor()
 o updateScalingEditor()

Variables

 o FONT
 protected static final Font FONT

Constructors

 o SimpleGraphEditor
 public SimpleGraphEditor(NumericsEditorAdapter nea,
                          IfView view,
                          SimpleGraphParameters sgp)

Methods

 o makeComponentPanel
 public static Container makeComponentPanel(String name,
                                            Component component,
                                            boolean state)
 o makeGraphicsEditor
 protected void makeGraphicsEditor()
 o updateGraphicsEditor
 protected void updateGraphicsEditor()
 o makeScalingEditor
 protected void makeScalingEditor()
 o updateScalingEditor
 protected void updateScalingEditor()
 o makeAxesGridEditor
 protected void makeAxesGridEditor()
 o updateAxesGridEditor
 protected void updateAxesGridEditor()
 o getGraphicsEditor
 protected Component getGraphicsEditor()
 o getScalingEditor
 protected Component getScalingEditor()
 o getAxesGridEditor
 protected Component getAxesGridEditor()
 o setChildrenStatesOf
 public static void setChildrenStatesOf(Container container,
                                        boolean state)
 o keyPressed
 public void keyPressed(KeyEvent ke)
 o keyReleased
 public void keyReleased(KeyEvent ke)
 o keyTyped
 public void keyTyped(KeyEvent ke)
 o actionPerformed
 public void actionPerformed(ActionEvent ae)
 o getValueOf
 protected double getValueOf(TextField tf,
                             boolean errors[],
                             int index)
 o setValueOf
 protected void setValueOf(TextField tf,
                           double value)
 o refreshView
 protected void refreshView()
 o setParameters
 protected void setParameters(SimpleGraphParameters sgp)
 o setModified
 public void setModified(boolean state)
 o reChargeParameters
 public void reChargeParameters()
 o notifyUpdate
 public void notifyUpdate()
 o apply
 public boolean apply()
 o applyDefaults
 public void applyDefaults()
 o applyDefaults
 public void applyDefaults(int scope)
 o cancel
 public void cancel()
 o cancel
 public void cancel(int scope)

All Packages  Class Hierarchy  This Package  Previous  Next  Index