| Interface | Description |
|---|---|
| TreeItemComparator<T> |
This interface can be used together with
SortableTreeItem to sort the
items in the list. |
| TreeItemPredicate<T> |
This interface can be used together with
FilterableTreeItem to sort
the items in the list. |
| Class | Description |
|---|---|
| CheckedTreeItemCollector<T> |
This class provides the possibility to collect all the values of "checked"
tree items of any root
CheckBoxTreeItem. |
| FilterableTreeItem<T> |
An extension of
TreeItem with the possibility to filter its children. |
| LazyTreeItem<T> |
A tree item which is populated lazy
|
| SimpleTreeCell<T> |
A cell who knows how to deal
StyledString |
| SortableTreeItem<T> |
An extension of
TreeItem with the possibility to sort its children. |