Class TreeTableColumn.CellDataFeatures<S,T>

java.lang.Object
javafx.scene.control.TreeTableColumn.CellDataFeatures<S,T>
Type Parameters:
S - The TableView type
T - The TreeTableColumn type
Enclosing class:
TreeTableColumn<S,T>

public static class TreeTableColumn.CellDataFeatures<S,T> extends Object
A support class used in TreeTableColumn as a wrapper class to provide all necessary information for a particular Cell. Once instantiated, this class is immutable.
Since:
JavaFX 8.0