Package | Description |
---|---|
org.kepler.gui | |
ptolemy.vergil.icon |
Vergil icons.
|
Modifier and Type | Class and Description |
---|---|
class |
KeplerXMLIcon
An icon is a visual representation of an entity.
|
Modifier and Type | Class and Description |
---|---|
class |
ActorNameIcon
An icon that displays the parameter _displayedName.
|
class |
AttributeValueIcon
An icon that displays the value of an attribute of the container
or of some other entity contained by the container.
|
class |
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.
|
class |
BoxedValuesIcon
This icon displays the value of all visible attributes of class Settable
contained by the container of this icon.
|
class |
ConstraintMonitorIcon
An icon providing visual indication when constraints are violated.
|
class |
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.
|
class |
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.
|
class |
ValueIcon
An icon that displays a bullet, the name, and, if the container is
an instance of settable, its value.
|
Modifier and Type | Method and Description |
---|---|
static XMLIcon |
XMLIcon.getXMLIcon(NamedObj container,
java.lang.String name)
Instantiate an XMLIcon in a NamedObj.
|
static XMLIcon |
XMLIcon.getXMLIcon(Workspace workspace,
java.lang.String name)
Instantiate an XMLIcon in a Workspace.
|