|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectdiva.graph.BasicEdgeController
ptolemy.vergil.fsm.TransitionController
ptolemy.vergil.fsm.modal.ModalTransitionController
public class ModalTransitionController
This class provides interaction with relations that contain general purpose refinements that are fired on state transitions in an FSM graph. It's implementation is largely copied from ModalController.
Red (johnr) |
Red (eal) |
Nested Class Summary | |
---|---|
private class |
ModalTransitionController.AddRefinementAction
An action to add a new refinement. |
private static class |
ModalTransitionController.RemoveRefinementAction
Action to remove refinements. |
Nested classes/interfaces inherited from class ptolemy.vergil.fsm.TransitionController |
---|
TransitionController.LinkDropper, TransitionController.LinkRenderer, TransitionController.LinkTarget |
Nested classes/interfaces inherited from class diva.graph.BasicEdgeController |
---|
BasicEdgeController.EdgeDropper |
Field Summary |
---|
Fields inherited from class ptolemy.vergil.fsm.TransitionController |
---|
_configuration, _configureAction, _configureMenuFactory, _lookInsideAction, _lookInsideActionFactory, _menuCreator, _menuFactory |
Constructor Summary | |
---|---|
ModalTransitionController(GraphController controller)
Create a transition controller associated with the specified graph controller. |
Method Summary |
---|
Methods inherited from class ptolemy.vergil.fsm.TransitionController |
---|
addHotKeys, setConfiguration |
Methods inherited from class diva.graph.BasicEdgeController |
---|
addEdge, addEdge, clearEdge, drawEdge, getConnectorTarget, getController, getEdgeInteractor, getEdgeRenderer, removeEdge, render, setConnectorTarget, setEdgeInteractor, setEdgeRenderer |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ModalTransitionController(GraphController controller)
controller
- The associated graph controller.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |