Package charvax.swing.tree

Provides classes and interfaces for dealing with charvax.swing.JTree

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.
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 Summary

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