T
- the type of the tree item datapublic interface TreeCellContribution<T> extends TreeContribution<T>
ModularTreeView
.
Loosely based on ideas from Eclipse CNFModifier and Type | Method and Description |
---|---|
<U extends T> |
configureCell(TreeItemData<U> data,
javafx.scene.Node content)
Used to change the default cell configuration strategy.
|
appliesTo, getDataType
<U extends T> javafx.scene.Node configureCell(TreeItemData<U> data, javafx.scene.Node content)
Here is also a good place to mark a cell with a pseudo-class to flag for custom css styling.
U
- the specific type of the tree itemdata
- the data contents of the tree itemcontent
- the current cell content for the tree item