Package | Description |
---|---|
ptolemy.vergil.actor |
Actor specific GUI packages.
|
ptolemy.vergil.basic |
Basic GUI classes.
|
ptolemy.vergil.kernel |
Vergil kernel classes.
|
ptolemy.vergil.modal |
Finite State Machine Editor.
|
ptolemy.vergil.toolbox |
Vergil factories.
|
Modifier and Type | Field and Description |
---|---|
protected MenuActionFactory |
LinkController._configureMenuFactory
The submenu for configure actions.
|
Modifier and Type | Field and Description |
---|---|
protected MenuActionFactory |
ParameterizedNodeController._configureMenuFactory
The submenu for configure actions.
|
protected static MenuActionFactory |
BasicGraphController._configureMenuFactory
The submenu for configure actions.
|
Modifier and Type | Method and Description |
---|---|
MenuActionFactory |
ParameterizedNodeController.getConfigureMenuFactory()
Return the configuration menu factory.
|
MenuActionFactory |
BasicGraphController.getConfigureMenuFactory()
Return the configuration menu factory.
|
Modifier and Type | Field and Description |
---|---|
protected MenuActionFactory |
AttributeController._appearanceMenuActionFactory
The appearance menu factory.
|
Modifier and Type | Field and Description |
---|---|
protected MenuActionFactory |
TransitionController._configureMenuFactory
The submenu for configure actions.
|
protected MenuActionFactory |
TransitionController._lookInsideActionFactory
The menu factory for _lookInsideAction. null if the factory has not been
added to the context menu.
|
Modifier and Type | Class and Description |
---|---|
class |
RadioMenuActionFactory
A factory that adds a given action or set of actions as radio selections
to a context menu.
|