Class TableFocusModel<T,TC extends TableColumnBase<T,?>>

java.lang.Object
javafx.scene.control.FocusModel<T>
javafx.scene.control.TableFocusModel<T,TC>
Type Parameters:
T - The type of the underlying data model for the UI control.
TC - The concrete subclass of TableColumnBase that is used by the underlying UI control (e.g. TableColumn or TreeTableColumn.
Direct Known Subclasses:
TableView.TableViewFocusModel, TreeTableView.TreeTableViewFocusModel

public abstract class TableFocusModel<T,TC extends TableColumnBase<T,?>> extends FocusModel<T>
The abstract base class for FocusModel implementations that are used within table-like controls (most notably TableView and TreeTableView).
Since:
JavaFX 8.0