Class SelectionModel<T>

java.lang.Object
javafx.scene.control.SelectionModel<T>
Type Parameters:
T - The type of the item contained in the control that can be selected.
Direct Known Subclasses:
MultipleSelectionModel, SingleSelectionModel

public abstract class SelectionModel<T> extends Object
SelectionModel is an abstract class used by UI controls to provide a consistent API for maintaining selection.
Since:
JavaFX 2.0