Class TableView.TableViewSelectionModel<S>

java.lang.Object
Type Parameters:
S - the type of the item contained within the TableView
Enclosing class:
TableView<S>

public abstract static class TableView.TableViewSelectionModel<S> extends TableSelectionModel<S>
A simple extension of the SelectionModel abstract class to allow for special support for TableView controls.
Since:
JavaFX 2.0