| Interface | Description |
|---|---|
| IconProvider |
Interface to be implemented by node icon providers.
|
| MutableTreeNode |
Defines the requirements for a tree node object that can change -- by adding or removing
child nodes, or by changing the contents of a user object stored in the node.
|
| TreeNode |
Defines the requirements for an object that can be used as a tree node for
HtmlTree. |
| Class | Description |
|---|---|
| DefaultMutableTreeNode |
Default implementation of
MutableTreeNode. |
| HtmlTree |
Tree implementation based on javax.swing.JTree.
|
| HtmlTreeCheckbox | |
| HtmlTreeColumn |
Tree column model.
|
| HtmlTreeImageCommandLink |
HTML image link.
|
| HtmlTreeNode |
Represents a single node of a three.
|