|
|||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | ||||||||
| 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. |
| Class Summary | |
|---|---|
| DefaultMutableTreeNode | A DefaultMutableTreeNode is a general-purpose node in a tree data
structure. |
| DefaultTreeCellRenderer | Used to display an entry in a tree. |
| DefaultTreeIcons | This class hold a series of "named" image icons, used by the Tree during rendering, for visuals such as lines between nodes and expansion handles. |
| DefaultTreeModel | A simple tree data model that uses TreeNodes. |
| DefaultTreeSelectionModel | A default implementation of TreeSelectionModel. |
| EmptyTreeSelectionModel | This TreeSelectionModel does not allow any selection to occur. |
| TreeExpansionEvent | An event used to identify a single path in a tree. |
| TreeListSelectionModel | Default data model for tree list selections. |
| TreeModelEvent | Encapsulates information describing changes to a tree model, and used to notify tree model listeners of the change. |
| TreePath | Represents a path to a node. |
| TreeSelectionEvent | An event that characterizes a change in the current selection. |
| Exception Summary | |
|---|---|
| ExpandVetoException | Exception used to stop and expand/collapse from happening. |
|
|||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | ||||||||