Tree component.See: Description
| Class | Description |
|---|---|
| Root<T extends Treeable> |
A simple model object that can be used to represent the root node for a
tree.
|
| Tree |
The default tree component for use in SPT projects.
|
| TreeCellRenderer |
The default cell renderer to associate with
Tree components. |
| TreeModel<T extends Treeable> |
© Copyright 2009 Sans
Pareil Technologies, Inc.
|
| TreeNode<M> |
A tree node that maintains a
TreeNode.initialised flag to enable lazy
loading of child nodes. |
Tree component.