Uses of Class
javafx.scene.control.SingleSelectionModel
-
Uses of SingleSelectionModel in javafx.scene.control
Modifier and TypeMethodDescriptionfinal SingleSelectionModel<T>
ChoiceBox.getSelectionModel()
Gets the value of theselectionModel
property.final SingleSelectionModel<Tab>
TabPane.getSelectionModel()
Gets the model used for tab selection.Modifier and TypeMethodDescriptionfinal ObjectProperty<SingleSelectionModel<T>>
ChoiceBox.selectionModelProperty()
The selection model for the ChoiceBox.final ObjectProperty<SingleSelectionModel<Tab>>
TabPane.selectionModelProperty()
The selection model used for selecting tabs.Modifier and TypeMethodDescriptionfinal void
ChoiceBox.setSelectionModel
(SingleSelectionModel<T> value) Sets the value of theselectionModel
property.final void
TabPane.setSelectionModel
(SingleSelectionModel<Tab> value) Sets the model used for tab selection.