|
Interface Summary |
| MutableTreeNode |
Defines the requirements for a tree node object that can change --
by adding or removing child nodes, or by changing the contents
of a user object stored in the node. |
| RowMapper |
Defines the requirements for an object that translates paths in
the tree into display rows. |
| TreeCellRenderer |
The TreeCellRender is responsible for returning Components used
to render a Tree node. |
| TreeExpansionListener |
The listener inerface that's notified when a tree expands or collapses
a node. |
| TreeIcons |
This interface is called by the Tree rendering code to retrieve named
icon images. |
| TreeModel |
The TreeModel interface defines a suitable data model for a Tree. |
| TreeModelListener |
TreeModelListener defines the interface for an object
that listens to changes in a TreeModel. |
| TreeNode |
Defines the requirements for an object that can be used as a
tree node in a TreeModel. |
| TreeSelectionListener |
TreeSelectionListener is notified when the selection in a
TreeSelectionModel changes. |
| TreeSelectionModel |
This interface represents the current state of the selection for
the Tree component. |
| TreeWillExpandListener |
TreeWillExpandListener is notified when a Tree
is about to expand or collapse a node. |