| Interface | Description |
|---|---|
| ISortableTreeProvider<T,S> |
Tree provider that can hold sort state
|
| ITreeProvider<T> |
Provider of a tree.
|
| Class | Description |
|---|---|
| AbstractTree<T> |
Abstract base class for
NestedTree and TableTree. |
| DefaultNestedTree<T> |
An implementation of the NestedTree that aims to solve the 90% usecase by using
Folders
on a standard NestedTree. |
| DefaultTableTree<T,S> | |
| NestedTree<T> |
A tree with nested markup.
|
| Node<T> |
Representation of a single node in the tree.
|
| TableTree<T,S> |
A tree with tabular markup.
|
| Enum | Description |
|---|---|
| AbstractTree.State |
The state of a node.
|
Copyright © 2006–2015 Apache Software Foundation. All rights reserved.