Package | Description |
---|---|
org.kepler.gui | |
org.kepler.monitor | |
ptolemy.vergil.icon |
Vergil icons.
|
ptolemy.vergil.modal |
Finite State Machine Editor.
|
ptolemy.vergil.pdfrenderer |
The ptolemy.vergil.pdfrenderer package.
|
Modifier and Type | Class and Description |
---|---|
class |
KeplerXMLIcon
An icon is a visual representation of an entity.
|
Modifier and Type | Class and Description |
---|---|
class |
MonitorIcon
The actual icon that displays a monitoring figure.
|
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 |
DesignPatternIcon
The icon for groups representing design patterns.
|
class |
DynamicEditorIcon
An icon that provides for the possibility that figures may be
dynamically updated.
|
class |
ImageIcon
An icon that displays a specified java.awt.Image.
|
class |
NameIcon
An icon that displays the name of the container in an appropriately
sized box.
|
class |
ShapeIcon
An icon that displays a specified java.awt.Shape.
|
class |
SVGIcon
This class is intended to eventually replace XMLIcon, however,
the current version doesn't work very well, so it isn't used.
|
class |
TableIcon
An icon that displays the value of a variable of the container in a
table.
|
class |
TextIcon
An icon that displays specified text.
|
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.
|
class |
XMLIcon
An icon is a visual representation of an entity.
|
Constructor and Description |
---|
EditIconFrame(EditorIcon icon,
Tableau tableau)
Construct a frame to edit the specified icon.
|
EditIconFrame(EditorIcon entity,
Tableau tableau,
LibraryAttribute defaultLibrary)
Construct a frame to edit the specified icon.
|
Modifier and Type | Class and Description |
---|---|
class |
StateIcon
An icon that displays the name of the container in an appropriately
sized rounded box.
|
Modifier and Type | Class and Description |
---|---|
class |
PDFIcon
An icon that displays a specified PDF page.
|