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> 
- 
Constructor SummaryConstructorsConstructorDescriptionCellDataFeatures(TreeTableView<S> treeTableView, TreeTableColumn<S, T> tableColumn, TreeItem<S> value) Instantiates a CellDataFeatures instance with the given properties set as read-only values of this instance.
- 
Method SummaryModifier and TypeMethodDescriptionReturns theTreeTableColumnpassed in to the constructor.Returns theTableViewpassed in to the constructor.getValue()Returns the value passed in to the constructor.
- 
Constructor Details- 
CellDataFeaturespublic CellDataFeatures(TreeTableView<S> treeTableView, TreeTableColumn<S, T> tableColumn, TreeItem<S> value) Instantiates a CellDataFeatures instance with the given properties set as read-only values of this instance.- Parameters:
- treeTableView- The TableView that this instance refers to.
- tableColumn- The TreeTableColumn that this instance refers to.
- value- The value for a row in the TableView.
 
 
- 
- 
Method Details- 
getValue
- 
getTreeTableColumnReturns theTreeTableColumnpassed in to the constructor.- Returns:
- the TreeTableColumnpassed in to the constructor
 
- 
getTreeTableView
 
-