Class TableColumn.CellDataFeatures<S,T> 
java.lang.Object
javafx.scene.control.TableColumn.CellDataFeatures<S,T> 
- Type Parameters:
- S- The TableView type
- T- The TableColumn type
- Enclosing class:
- TableColumn<S,- T> 
- 
Constructor SummaryConstructorsConstructorDescriptionCellDataFeatures(TableView<S> tableView, TableColumn<S, T> tableColumn, S value) Instantiates a CellDataFeatures instance with the given properties set as read-only values of this instance.
- 
Method SummaryModifier and TypeMethodDescriptionReturns theTableColumnpassed in to the constructor.Returns theTableViewpassed in to the constructor.getValue()Returns the value passed in to the constructor.
- 
Constructor Details- 
CellDataFeaturesInstantiates a CellDataFeatures instance with the given properties set as read-only values of this instance.- Parameters:
- tableView- The TableView that this instance refers to.
- tableColumn- The TableColumn that this instance refers to.
- value- The value for a row in the TableView.
 
 
- 
- 
Method Details- 
getValueReturns the value passed in to the constructor.- Returns:
- the value passed in to the constructor
 
- 
getTableColumnReturns theTableColumnpassed in to the constructor.- Returns:
- the TableColumn passed in to the constructor
 
- 
getTableView
 
-