Uses of Class
javafx.scene.control.SingleSelectionModel
Package
Description
The JavaFX User Interface Controls (UI Controls or just Controls) are
specialized Nodes in the JavaFX Scenegraph especially suited for reuse in
many different application contexts.
-
Uses of SingleSelectionModel in javafx.scene.control
Modifier and TypeMethodDescriptionfinal SingleSelectionModel<T>
ChoiceBox.getSelectionModel()
Gets the value of the property selectionModel.final SingleSelectionModel<T>
ComboBox.getSelectionModel()
Gets the value of the property selectionModel.final SingleSelectionModel<Tab>
TabPane.getSelectionModel()
Gets the value of the property selectionModel.Modifier and TypeMethodDescriptionfinal ObjectProperty<SingleSelectionModel<T>>
ChoiceBox.selectionModelProperty()
The selection model for the ChoiceBox.final ObjectProperty<SingleSelectionModel<T>>
ComboBox.selectionModelProperty()
The selection model for the ComboBox.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 the property selectionModel.final void
ComboBox.setSelectionModel
(SingleSelectionModel<T> value) Sets the value of the property selectionModel.final void
TabPane.setSelectionModel
(SingleSelectionModel<Tab> value) Sets the value of the property selectionModel.