All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class phaser.numeric.ViewEditorBifurcationDiagram

java.lang.Object
   |
   +----phaser.numeric.ViewEditorTreeController
           |
           +----phaser.numeric.ViewEditorBifurcationDiagram

public class ViewEditorBifurcationDiagram
extends ViewEditorTreeController
implements PhaserViewConstants, ViewEditorController, NumericsEditorAdapterController

Constructor Index

 o ViewEditorBifurcationDiagram(NumericsEditorAdapter)

Method Index

 o apply()
 o applyDefaults()
 o applyDefaults(int)
 o cancel()
 o cancel(int)
 o getEditor()
 o makeAxesGridNodeEditor()
 o makeGraphicsNodeEditor()
 o makeRootNodeEditor()
 o makeScalingNodeEditor()
 o notifyUpdate()
 o reChargeParameters()
 o setModified(boolean)
 o updateRootNodeEditor()

Constructors

 o ViewEditorBifurcationDiagram
 public ViewEditorBifurcationDiagram(NumericsEditorAdapter nea)

Methods

 o makeRootNodeEditor
 protected Panel makeRootNodeEditor()
 o updateRootNodeEditor
 protected void updateRootNodeEditor()
 o makeGraphicsNodeEditor
 protected Panel makeGraphicsNodeEditor()
 o makeScalingNodeEditor
 protected Panel makeScalingNodeEditor()
 o makeAxesGridNodeEditor
 protected Panel makeAxesGridNodeEditor()
 o getEditor
 public Component getEditor()
 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