Example usage for Java javafx.scene.control SingleSelectionModel fields, constructors, methods, implement or subclass
The text is from its open source code.
void | select(T obj) Selects the index for the first instance of given object in the underlying data model. |
void | select(int index) Selects the given index. |
void | selectFirst() Selects the first index. |