Interface Summary | |
---|---|
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. (inspired by javax.swing.tree.MutableTreeNode). |
TreeNode | Defines the requirements for an object that can be used as a tree node for HtmlTree. (inspired by javax.swing.tree.TreeNode). |
Class Summary | |
---|---|
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. |