ptolemy.vergil.gt
Class TransformationEditor.TransformationFSMGraphController

java.lang.Object
  extended by diva.graph.AbstractGraphController
      extended by ptolemy.vergil.basic.BasicGraphController
          extended by ptolemy.vergil.basic.WithIconGraphController
              extended by ptolemy.vergil.basic.RunnableGraphController
                  extended by ptolemy.vergil.modal.FSMViewerGraphController
                      extended by ptolemy.vergil.modal.FSMGraphController
                          extended by ptolemy.vergil.gt.TransformationEditor.TransformationFSMGraphController
All Implemented Interfaces:
GraphController, ExecutionListener, DebugListener, ValueListener
Enclosing class:
TransformationEditor

protected class TransformationEditor.TransformationFSMGraphController
extends FSMGraphController


Nested Class Summary
 
Nested classes/interfaces inherited from class ptolemy.vergil.modal.FSMGraphController
FSMGraphController.LinkCreator, FSMGraphController.NewStateAction
 
Nested classes/interfaces inherited from class ptolemy.vergil.basic.WithIconGraphController
WithIconGraphController.NewPortAction
 
Nested classes/interfaces inherited from class ptolemy.vergil.basic.BasicGraphController
BasicGraphController.OpenBaseClassAction, BasicGraphController.SchematicContextMenuFactory, BasicGraphController.UnitSolverDialogAction
 
Field Summary
 
Fields inherited from class ptolemy.vergil.modal.FSMViewerGraphController
_attributeController, _modalTransitionController, _stateController, _transitionController
 
Fields inherited from class ptolemy.vergil.basic.WithIconGraphController
_editIconAction, _portController, _removeIconAction
 
Fields inherited from class ptolemy.vergil.basic.BasicGraphController
_animated, _animationRenderer, _configureAction, _configureMenuFactory, _menuCreator, _menuFactory, _openBaseClassAction, _unitSolverDialogAction
 
Constructor Summary
protected TransformationEditor.TransformationFSMGraphController()
           
 
Method Summary
protected  void _addHotKeys(JGraph jgraph)
          Add hot keys to the actions in the given JGraph.
protected  void _createControllers()
          Create the controllers for nodes in this graph.
 
Methods inherited from class ptolemy.vergil.modal.FSMGraphController
_initializeInteraction, addToMenuAndToolbar, initializeInteraction, setConfiguration
 
Methods inherited from class ptolemy.vergil.modal.FSMViewerGraphController
event, getEdgeController, getNodeController
 
Methods inherited from class ptolemy.vergil.basic.RunnableGraphController
_getManager, executionError, executionFinished, managerStateChanged
 
Methods inherited from class ptolemy.vergil.basic.WithIconGraphController
getNewPortLocation
 
Methods inherited from class ptolemy.vergil.basic.BasicGraphController
clearAnimation, getAnimationDelay, getConfiguration, getConfigureMenuFactory, getFrame, message, setAnimationDelay, setFigure, setFrame, valueChanged
 
Methods inherited from class diva.graph.AbstractGraphController
addEdge, addEdge, addGraphViewListener, addNode, addNode, addNode, addNode, clear, clearEdge, clearNode, dispatch, drawEdge, drawNode, drawNode, getFigure, getGraphModel, getGraphPane, getSelectionModel, removeEdge, removeGraphViewListener, removeNode, rerender, rerenderEdge, rerenderNode, setGraphModel, setGraphPane, setSelectionModel
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TransformationEditor.TransformationFSMGraphController

protected TransformationEditor.TransformationFSMGraphController()
Method Detail

_addHotKeys

protected void _addHotKeys(JGraph jgraph)
Description copied from class: FSMViewerGraphController
Add hot keys to the actions in the given JGraph.

Overrides:
_addHotKeys in class FSMViewerGraphController
Parameters:
jgraph - The JGraph to which hot keys are to be added.

_createControllers

protected void _createControllers()
Description copied from class: FSMGraphController
Create the controllers for nodes in this graph. In this class, controllers with FULL access are created. This is called by the constructor, so derived classes that override this must be careful not to reference local variables defined in the derived classes, because the derived classes will not have been fully constructed by the time this is called.

Overrides:
_createControllers in class FSMGraphController