Package org.geotools.gui.swing.tree

Workaround for the missing javax.swing.tree.TreeNode.getUserObject() method.

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.
 

Package org.geotools.gui.swing.tree Description

Workaround for the missing javax.swing.tree.TreeNode.getUserObject() 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.



Copyright © 1996-2009 Geotools. All Rights Reserved.