Class TreeTableView.TreeTableViewSelectionModel<S>

java.lang.Object
Type Parameters:
S - the type of the TreeItem instances used in this TreeTableView
Enclosing class:
TreeTableView<S>

public abstract static class TreeTableView.TreeTableViewSelectionModel<S> extends TableSelectionModel<TreeItem<S>>
A simple extension of the SelectionModel abstract class to allow for special support for TreeTableView controls.
Since:
JavaFX 8.0