charvax.swing.JTreeSee: Description
| Interface | Description |
|---|---|
| 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.
|
| TreeModel |
This interface defines a suitable data model for a JTree.
|
| TreeNode |
This interface defines the requirements for an object that can be
used as a node in a JTree.
|
| TreeSelectionModel |
This interface represents the current state of the selection for
the tree component.
|
| Class | Description |
|---|---|
| DefaultMutableTreeNode |
A DefaultMutableTreeNode is a general-purpose node in a tree data
structure.
|
| DefaultTreeModel |
(UNDER CONSTRUCTION) A simple tree data model that uses TreeNodes.
|
| TreePath |
Represents a path to a node.
|
charvax.swing.JTree