See: Description
Interface | Description |
---|---|
NamedObject |
An
AbstractNamedObject has a name and tree position source and
provides an icon for display. |
NamedObjects<E extends NamedObject> |
This class manages NamedObjects, managing their tree as well as providing a
method for showing a dialog for browsing their tree and selecting one from
it.
|
Class | Description |
---|---|
AbstractNamedObject |
An
AbstractNamedObject has a name and tree position source and
provides an icon for display. |
AbstractNamedObjects<E extends NamedObject> |
This class manages NamedObjects, managing their tree as well as providing a
method for showing a dialog for browsing their tree and selecting one from
it.
|
NamedTreeNode<E extends NamedObject> |
TreeNode implementation for Named Objects (like arches, faces, animations,
artifacts etc.), used for displaying faces in a
JTree . |
Exception | Description |
---|---|
IllegalNamedObjectException |
Exception thrown to indicate that a named object is not acceptable.
|