Package org.jdesktop.swingx.tree

Contains Tree specific classes and interfaces.

See:
          Description

Class Summary
DefaultXTreeCellEditor Subclassed to hack around core bug with RtoL editing (#4980473).
DefaultXTreeCellRenderer Quick fix for #1061-swingx (which actually is a core issue): tree icons lost on toggle laf.
TreeModelSupport Support for change notification, usable by TreeModels.
TreeUtilities Contains convenience classes/methods for handling hierarchical Swing structures.
TreeUtilities.BreadthFirstModelEnumeration Implementation of a breadthFirst traversal of a subtree in a TreeModel.
TreeUtilities.BreadthFirstNodeEnumeration<M extends TreeNode> Implementation of a breadthFirst traversal of a subtree with nodes of type TreeNode.
TreeUtilities.PostorderModelEnumeration Implementation of a postorder traversal of a subtree in a TreeModel.
TreeUtilities.PostorderNodeEnumeration<M extends TreeNode> Implementation of a postorder traversal of a subtree with nodes of type TreeNode.
TreeUtilities.PreorderModelEnumeration Implementation of a preorder traversal of a TreeModel.
TreeUtilities.PreorderNodeEnumeration<M extends TreeNode> Implementation of a preorder traversal of a subtree with nodes of type TreeNode.
 

Package org.jdesktop.swingx.tree Description

Contains Tree specific classes and interfaces.



Copyright © 2012. All Rights Reserved.