@Version(value="1.0.0")
| Interface | Description |
|---|---|
| PseudoClassTreeCellContribution<T> |
A partial
TreeCellContribution implementation which provides the
default behavior of setting the state of the pseudo-class named by
PseudoClassTreeCellContribution.getPseudoClassName(TreeItemData) to true on applicable tree item
nodes. |
| TreeCellContribution<T> |
A type of contribution for items in a
ModularTreeView. |
| TreeChildContribution<T> |
A type of contribution for items in a
ModularTreeView. |
| TreeContribution<T> |
A type of contribution for items in a
ModularTreeView. |
| TreeItemData<T> |
This interface defines the type of a
TreeItem for a
ModularTreeView. |
| TreeTextContribution<T> |
A type of contribution for items in a
ModularTreeView. |
| Class | Description |
|---|---|
| DefaultTreeCellContent |
The default UI node provided by
DefaultTreeCellContribution. |
| DefaultTreeCellContribution |
The default tree cell contribution.
|
| DefaultTreeContributionPrecedence |
The default
tree contribution precedence
comparator. |
| FxmlLoadBuilder<C> |
A simple utility class for simplifying FXML resource loading.
|
| FxUtilities |
A collection of general utility methods for working with JavaFX and
e(fx)clipse.
|
| ModularTreeView |
An implementation of
TreeView which allows for modular and extensible
specification of table structure. |
| TreeCellImpl |
A basic tree cell implementation for
TreeItem. |
| TreeItemImpl<T> |
Users should not need to extend this class.
|