Package | Description |
---|---|
ptolemy.vergil.actor |
Actor specific GUI packages.
|
ptolemy.vergil.debugger |
Ptolemy II Debugger Interface.
|
ptolemy.vergil.kernel |
Vergil kernel classes.
|
ptolemy.vergil.toolbox |
Vergil factories.
|
ptolemy.vergil.tree |
Ptolemy Model Tree Editor.
|
Modifier and Type | Method and Description |
---|---|
void |
ActorController.addMenuItemFactory(MenuItemFactory menuItemFactory)
If access is FULL, then add the jni.ArgumentDailogFactory() to
_menuFactory.
|
Modifier and Type | Class and Description |
---|---|
class |
BreakpointDialogFactory
A factory that creates a dialog box to configure breakpoints for the
actor selected.
|
Modifier and Type | Class and Description |
---|---|
class |
PortDialogFactory
Deprecated.
Use PortDialogAction.
|
class |
RenameDialogFactory
Deprecated.
Use RenameDialogAction instead.
|
Modifier and Type | Class and Description |
---|---|
class |
MenuActionFactory
A factory that adds a given action or set of actions
to a context menu.
|
class |
RadioMenuActionFactory
A factory that adds a given action or set of actions as radio selections
to a context menu.
|
Modifier and Type | Method and Description |
---|---|
void |
PtolemyMenuFactory.addMenuItemFactory(MenuItemFactory factory)
Add a menu item factory to this creator.
|
void |
PtolemyMenuFactory.removeMenuItemFactory(MenuItemFactory factory)
Remove the given menu item factory from the factory list.
|
Modifier and Type | Method and Description |
---|---|
void |
PTreeMenuCreator.addMenuItemFactory(MenuItemFactory factory)
Add a menu item factory to this creator.
|
void |
PTreeMenuCreator.removeMenuItemFactory(MenuItemFactory factory)
Remove the given menu item factory from the factory list.
|