| 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 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.
|
Copyright © 2017. All Rights Reserved.