|
|||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
See:
Description
Interface Summary | |
MutableTreeNode | Defines the requirements for a tree node object that can change. |
TreeNode | Defines the requirements for an object that can be used as a tree node in a
JTree . |
Class Summary | |
DefaultMutableTreeNode | General-purpose node in a tree data structure. |
NamedTreeNode | A tree node with a name which may be different than the user object. |
Trees | Convenience static methods for trees operations. |
Workaround for the missing
method. Sun seem to have forgotten this method in the first Swing
draft. Unfortunately, since TreeNode
is an interface,
Sun can't fix it without breaking compatibility. We have to fix it ourselves,
which is the main purpose of this package.
|
|||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |