Package org.jdesktop.swingx.tree
Contains Tree specific classes and interfaces.
-
Class Summary Class Description 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 byTreeModel
s.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 javax.swing.tree.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 javax.swing.tree.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 javax.swing.tree.TreeNode> Implementation of a preorder traversal of a subtree with nodes of type TreeNode. -
Exception Summary Exception Description 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 byTreeModel
s.TreeUtilities Contains convenience classes/methods for handling hierarchical Swing structures.