| Class | Description |
|---|---|
| ActorNameIcon |
An icon that displays the parameter _displayedName.
|
| AttributeValueIcon |
An icon that displays the value of an attribute of the container
or of some other entity contained by the container.
|
| BoxedValueIcon |
An icon that displays the value of an attribute of the container in a box
that resizes according to the width of the attribute value.
|
| BoxedValuesIcon |
This icon displays the value of all visible attributes of class Settable
contained by the container of this icon.
|
| ConstraintMonitorIcon |
An icon providing visual indication when constraints are violated.
|
| CopyCatIcon |
This is an icon that copies the icon of the last entity contained by
the same container, if there is one, and behaves like the base class
if not.
|
| DesignPatternIcon |
The icon for groups representing design patterns.
|
| DynamicEditorIcon |
An icon that provides for the possibility that figures may be
dynamically updated.
|
| EditIconFrame |
This is an icon editor frame for Ptolemy II models.
|
| EditIconGraphController |
A graph controller for the Ptolemy II icon editor.
|
| EditIconTableau |
This is an icon editor for ptolemy models.
|
| EditIconTableau.Factory |
A factory that creates icon editing tableaux for Ptolemy models.
|
| EditorIcon |
An icon is the visual representation of an entity or attribute.
|
| ImageIcon |
An icon that displays a specified java.awt.Image.
|
| NameIcon |
An icon that displays the name of the container in an appropriately
sized box.
|
| ResizableAttributeControllerFactory |
This is attribute that produces a custom node controller for icons that
can be interactively resized.
|
| ShapeIcon |
An icon that displays a specified java.awt.Shape.
|
| SVGIcon |
This class is intended to eventually replace XMLIcon, however,
the current version doesn't work very well, so it isn't used.
|
| TableIcon |
An icon that displays the value of a variable of the container in a
table.
|
| TextIcon |
An icon that displays specified text.
|
| UpdatedValueIcon |
An icon that displays the value of an attribute of the container,
updating it as the value of the value of the attribute is updated.
|
| ValueIcon |
An icon that displays a bullet, the name, and, if the container is
an instance of settable, its value.
|
| XMLIcon |
An icon is a visual representation of an entity.
|