public class PteraGraphController extends FSMGraphController
| Modifier and Type | Class and Description |
|---|---|
class |
PteraGraphController.NewEventAction
An action to create a new event.
|
FSMGraphController.LinkCreator, FSMGraphController.NewStateActionWithIconGraphController.NewPortActionBasicGraphController.OpenBaseClassAction, BasicGraphController.SchematicContextMenuFactory, BasicGraphController.UnitSolverDialogAction_attributeController, _modalTransitionController, _stateController, _transitionController_editIconAction, _portController, _removeIconAction_animated, _animationRenderer, _configureAction, _configureMenuFactory, _menuCreator, _menuFactory, _openBaseClassAction, _unitSolverDialogAction| Constructor and Description |
|---|
PteraGraphController()
Create a PteraGraphController.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
_createControllers()
Create the controllers for nodes in this graph.
|
void |
addToMenuAndToolbar(javax.swing.JMenu menu,
javax.swing.JToolBar toolbar)
Add commands to the specified menu and toolbar, as appropriate
for this controller.
|
void |
event(DebugEvent debugEvent)
React to an event by highlighting the new state.
|
_initializeInteraction, initializeInteraction, setConfiguration_addHotKeys, getEdgeController, getNodeController_getManager, _report, _report, executionError, executionFinished, managerStateChangedgetNewPortLocation_areThereActiveErrorHighlights, _getClearAllErrorHighlightsChangeRequest, clearAllErrorHighlights, clearAnimation, getAnimationDelay, getConfiguration, getConfigureMenuFactory, getFrame, highlightError, message, setAnimationDelay, setFigure, setFrame, valueChangedaddEdge, 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, setSelectionModelpublic PteraGraphController()
public void event(DebugEvent debugEvent)
event in interface DebugListenerevent in class FSMViewerGraphControllerdebugEvent - The debug event.public void addToMenuAndToolbar(javax.swing.JMenu menu,
javax.swing.JToolBar toolbar)
FSMGraphControlleraddToMenuAndToolbar in class FSMGraphControllermenu - The menu to add to, or null if none.toolbar - The toolbar to add to, or null if none.protected void _createControllers()
FSMGraphController_createControllers in class FSMGraphController