| Interface | Description |
|---|---|
| MenuItemFactory |
This is an interface for factories that create menu items.
|
| MenuItemListener |
An interface for listeners that are invoked when a menu item is created.
|
| TextEditorFactory |
An interface for objects with a clear() method.
|
| Class | Description |
|---|---|
| AnnotationEditorFactory | Deprecated
Use ptolemy.vergil.kernel.attributes.TextAttribute.
|
| ArrayOfRecordsConfigureFactory |
If this class is contained by an actor, then double clicking on that
actor will display a table that shows the value of an
array of tokens contained by a parameter contained by the
same container as this factory.
|
| AttributeBoundsManipulator |
This is a bounds manipulator supporting resizable icons.
|
| ConfigureAction |
An action that will configure parameters on the current object.
|
| EditIconAction |
Action to edit a custom icon.
|
| FigureAction |
An action that is attached to a figure on a named object.
|
| FigureAction.SourceType |
The source of the action.
|
| FileEditorTableauFactory |
This class is an attribute that creates an editor to edit a specified
file or URL given by an attribute in the container of this attribute.
|
| GraphicElement |
An GraphicElement is an atomic piece of a graphical representation.
|
| MenuActionFactory |
A factory that adds a given action or set of actions
to a context menu.
|
| MoMLModelAttributeControllerFactory |
A factory attribute that creates MoMLModelAttributeControllers.
|
| MoveAction |
An action to move an object up or down in its list.
|
| PortSite |
A site that locates itself on the bounds of a figure's shape, designed
for placing ports.
|
| PtolemyListCellRenderer |
A list cell renderer for Ptolemy objects.
|
| PtolemyMenuFactory |
A menu factory that contains a list of item factories.
|
| PtolemyTransferable |
A transferable object that contains a local JVM reference to a
number of named objects.
|
| RadioMenuActionFactory |
A factory that adds a given action or set of actions as radio selections
to a context menu.
|
| RemoveIconAction |
Action to remove a custom icon.
|
| RotateOrFlipPorts |
Action to rotate or flip ports.
|
| SnapConstraint |
This constraint ensures that a point is a multiple of a constant
that defaults to 5.0.
|
| TextEditorConfigureFactory |
If this class is contained by a actor, then double clicking on that
actor will invoke a text editor that edits the value of a specified
string attribute.
|
| TextEditorForStringAttributes |
A text editor to edit a specified string attribute.
|
| TextEditorTableauFactory |
This class is an attribute that creates a text editor to edit a specified
string attribute in the container of this attribute.
|
| VisibleParameterEditorFactory |
If this class is contained by a settable attribute, then double
clicking on that attribute will invoke an editor for only that
parameter.
|