public class FmvAutomatonGraphController extends FSMGraphController
Modifier and Type | Class and Description |
---|---|
class |
FmvAutomatonGraphController.NewFmvStateAction
An action to create a new state.
|
FSMGraphController.LinkCreator, FSMGraphController.NewStateAction
WithIconGraphController.NewPortAction
BasicGraphController.OpenBaseClassAction, BasicGraphController.SchematicContextMenuFactory, BasicGraphController.UnitSolverDialogAction
_attributeController, _modalTransitionController, _stateController, _transitionController
_editIconAction, _portController, _removeIconAction
_animated, _animationRenderer, _configureAction, _configureMenuFactory, _menuCreator, _menuFactory, _openBaseClassAction, _unitSolverDialogAction
Constructor and Description |
---|
FmvAutomatonGraphController(java.io.File directory)
Create a new controller with the specified directory of the current
model.
|
Modifier and Type | Method and Description |
---|---|
void |
addToMenuAndToolbar(javax.swing.JMenu menu,
javax.swing.JToolBar toolbar)
Add commands to the specified menu and toolbar, as appropriate for this
controller.
|
_createControllers, _initializeInteraction, initializeInteraction, setConfiguration
_addHotKeys, event, getEdgeController, getNodeController
_getManager, _report, _report, executionError, executionFinished, managerStateChanged
getNewPortLocation
_areThereActiveErrorHighlights, _getClearAllErrorHighlightsChangeRequest, clearAllErrorHighlights, clearAnimation, getAnimationDelay, getConfiguration, getConfigureMenuFactory, getFrame, highlightError, message, setAnimationDelay, setFigure, setFrame, valueChanged
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
public FmvAutomatonGraphController(java.io.File directory)
directory
- An instance of File that specifies the directory of the current
model.public void addToMenuAndToolbar(javax.swing.JMenu menu, javax.swing.JToolBar toolbar)
addToMenuAndToolbar
in class FSMGraphController
menu
- The menu to add to, or null if none.toolbar
- The toolbar to add to, or null if none.