Package org.jdesktop.swingx.tree
package org.jdesktop.swingx.tree
Contains Tree specific classes and interfaces.
-
ClassesClassDescriptionSubclassed to hack around core bug with RtoL editing (#4980473).Quick fix for #1061-swingx (which actually is a core issue): tree icons lost on toggle laf.Support for change notification, usable by
TreeModel
s.Contains convenience classes/methods for handling hierarchical Swing structures.Implementation of a breadthFirst traversal of a subtree in a TreeModel.Implementation of a breadthFirst traversal of a subtree with nodes of type TreeNode.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.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.