public class FSMGraphController extends FSMViewerGraphController
| Red (johnr) |
| Red (eal) |
| Modifier and Type | Class and Description |
|---|---|
protected class |
FSMGraphController.LinkCreator
An interactor that interactively drags edges from one terminal
to another.
|
class |
FSMGraphController.NewStateAction
An action to create a new state.
|
WithIconGraphController.NewPortActionBasicGraphController.OpenBaseClassAction, BasicGraphController.SchematicContextMenuFactory, BasicGraphController.UnitSolverDialogAction_attributeController, _modalTransitionController, _stateController, _transitionController_editIconAction, _portController, _removeIconAction_animated, _animationRenderer, _configureAction, _configureMenuFactory, _menuCreator, _menuFactory, _openBaseClassAction, _unitSolverDialogAction| Constructor and Description |
|---|
FSMGraphController()
Create a new basic controller with default
terminal and edge interactors.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
_createControllers()
Create the controllers for nodes in this graph.
|
protected void |
_initializeInteraction(NamedObjController controller)
Initialize interactions for the specified controller.
|
void |
addToMenuAndToolbar(javax.swing.JMenu menu,
javax.swing.JToolBar toolbar)
Add commands to the specified menu and toolbar, as appropriate
for this controller.
|
protected void |
initializeInteraction()
Initialize interaction on the graph pane.
|
void |
setConfiguration(Configuration configuration)
Set the configuration.
|
_addHotKeys, event, getEdgeController, getNodeController_getManager, 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 FSMGraphController()
public void addToMenuAndToolbar(javax.swing.JMenu menu,
javax.swing.JToolBar toolbar)
addToMenuAndToolbar in class RunnableGraphControllermenu - The menu to add to, or null if none.toolbar - The toolbar to add to, or null if none.public void setConfiguration(Configuration configuration)
setConfiguration in class FSMViewerGraphControllerconfiguration - The configuration.BasicGraphController.getConfiguration()protected void _createControllers()
_createControllers in class FSMViewerGraphControllerprotected void initializeInteraction()
initializeInteraction in class FSMViewerGraphControllerprotected void _initializeInteraction(NamedObjController controller)
_initializeInteraction in class BasicGraphControllercontroller - The controller for which to initialize interaction.