Class TableSelectionModel<T>

java.lang.Object
javafx.scene.control.SelectionModel<T>
javafx.scene.control.MultipleSelectionModel<T>
javafx.scene.control.TableSelectionModel<T>
Type Parameters:
T - The type of the underlying data model for the UI control.
Direct Known Subclasses:
TableView.TableViewSelectionModel, TreeTableView.TreeTableViewSelectionModel

public abstract class TableSelectionModel<T> extends MultipleSelectionModel<T>
The abstract base class for MultipleSelectionModel implementations that are used within table-like controls (most notably TableView and TreeTableView).
Since:
JavaFX 8.0