|
||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
Interface Summary | |
DecoratedTreeModel | |
DeleteNodeModel | allows the user to delete nodes from the tree model |
LabelProvider | provides the localized label of a tree node for display |
MutableTreeModel | a TreeModel that allows to change the parent/child relationship. |
NodeFilter | Selects the visible nodes |
NodeRenderer | Created on 10.12.2002 |
RequestListeningNodeRenderer | A NodeRenderer that is a RequestListener too. |
TreeBounding | reduces the number of children that are visible initially. |
TreeModel | exposes parent/child relationship between objects. |
TreeModelChangeListener |
Class Summary | |
AbstractTreeModel | |
AndNodeFilter | implements the AND function for NodeFilter |
CachingTreeModelDecorator | a caching tree model |
DefaultDeleteNodeModel | |
DefaultLabelProvider | uses String.valueOf() to create the label |
DefaultNodeRenderer | creates an Element "tree-node" with an attribute "label", whose value is node.toString() |
EmptyTreeModel | |
EnumBoundedTreeModelDecorator | A TreeModelDecorator that limits the initial visible children to a enumerated set of nodes. |
FilteringTreeModelDecorator | uses a NodeFilter to select the visible nodes |
GroupingTreeModelDecorator | groups large amounts of children into groups by inserting intermediate "artificial" nodes into the tree model. |
MutableTreeModelDecorator | a caching TreeModel that allows to change the parent/child relationship. |
NodeIterator | flat view of a tree model in pre- or postorder |
NodeSorter | orders a set of nodes in pre- or postorder according to the tree model |
OptimizingTreeModelDecorator | Hides branches that do not contain significant nodes. |
SimpleOptimizingTreeModelDecorator | If the root of the tree consists of a single node and all the user can do with that node is expand it, then the root is replaced with its contents. |
TestBean | |
TestTreeModel | Created on 10.12.2002 |
TreeComponent | Tree Component |
TreeComponentTag | TreeComponent |
TreeHandler | Manages a TreeComponent inside a FormComponent |
TreeModelChangeEvent | informs listeners about changes in the tree model. |
TreeModelChangeSupport | |
TreeModelDecorator |
|
||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |