public class DefaultTreeCellContribution extends java.lang.Object implements TreeCellContribution<java.lang.Object>
text
contributions
.Constructor and Description |
---|
DefaultTreeCellContribution() |
Modifier and Type | Method and Description |
---|---|
<U> javafx.scene.Node |
configureCell(TreeItemData<U> data,
javafx.scene.Node ignore)
Used to change the default cell configuration strategy.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
appliesTo, getDataType
public <U> javafx.scene.Node configureCell(TreeItemData<U> data, javafx.scene.Node ignore)
TreeCellContribution
Here is also a good place to mark a cell with a pseudo-class to flag for custom css styling.
configureCell
in interface TreeCellContribution<java.lang.Object>
U
- the specific type of the tree itemdata
- the data contents of the tree itemignore
- the current cell content for the tree item