Package charvax.swing.tree
Provides classes and interfaces for dealing with charvax.swing.JTree
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.
|
Provides classes and interfaces for dealing with charvax.swing.JTree