public class InterfaceAutomatonGraphController extends FSMGraphController
| Red (johnr) |
| Red (yuhong) |
| Modifier and Type | Class and Description |
|---|---|
class |
InterfaceAutomatonGraphController.ComposeWithAction
An action to perform composition.
|
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 |
|---|
InterfaceAutomatonGraphController(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, 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 InterfaceAutomatonGraphController(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 FSMGraphControllermenu - The menu to add to, or null if none.toolbar - The toolbar to add to, or null if none.