|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectdiva.graph.AbstractGraphController
ptolemy.vergil.basic.BasicGraphController
ptolemy.vergil.basic.WithIconGraphController
ptolemy.vergil.basic.RunnableGraphController
ptolemy.vergil.fsm.FSMViewerGraphController
ptolemy.vergil.fsm.FSMGraphController
ptolemy.vergil.fsm.ia.InterfaceAutomatonGraphController
public class InterfaceAutomatonGraphController
A Graph Controller for interface automata models. This controller adds the "Compose With" menu item to the Graph menu.
| Red (johnr) |
| Red (yuhong) |
| Nested Class Summary | |
|---|---|
class |
InterfaceAutomatonGraphController.ComposeWithAction
An action to perform composition. |
| Nested classes/interfaces inherited from class ptolemy.vergil.fsm.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 | |
|---|---|
private InterfaceAutomatonGraphController.ComposeWithAction |
_composeWithAction
|
private java.io.File |
_directory
|
| Fields inherited from class ptolemy.vergil.fsm.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 | |
|---|---|
InterfaceAutomatonGraphController(java.io.File directory)
Create a new controller with the specified directory of the current model. |
|
| Method Summary | |
|---|---|
void |
addToMenuAndToolbar(javax.swing.JMenu menu,
javax.swing.JToolBar toolbar)
Add commands to the specified menu and toolbar, as appropriate for this controller. |
| Methods inherited from class ptolemy.vergil.fsm.FSMGraphController |
|---|
_createControllers, _initializeInteraction, initializeInteraction, setConfiguration |
| Methods inherited from class ptolemy.vergil.fsm.FSMViewerGraphController |
|---|
_addHotKeys, 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 |
| Field Detail |
|---|
private InterfaceAutomatonGraphController.ComposeWithAction _composeWithAction
private java.io.File _directory
| Constructor Detail |
|---|
public InterfaceAutomatonGraphController(java.io.File directory)
directory - An instance of File that specifies the directory
of the current model.| Method Detail |
|---|
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.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||