Uses of Class
javafx.scene.control.SingleSelectionModel
Packages that use 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
Methods in javafx.scene.control that return SingleSelectionModelModifier and TypeMethodDescriptionChoiceBox.getSelectionModel()
Gets the value of the property selectionModel.ComboBox.getSelectionModel()
Gets the value of the property selectionModel.TabPane.getSelectionModel()
Gets the model used for tab selection.Methods in javafx.scene.control that return types with arguments of type SingleSelectionModelModifier and TypeMethodDescriptionChoiceBox.selectionModelProperty()
The selection model for the ChoiceBox.ComboBox.selectionModelProperty()
The selection model for the ComboBox.TabPane.selectionModelProperty()
The selection model used for selecting tabs.Methods in javafx.scene.control with parameters of type SingleSelectionModelModifier and TypeMethodDescriptionvoid
ChoiceBox.setSelectionModel(SingleSelectionModel<T> value)
Sets the value of the property selectionModel.void
ComboBox.setSelectionModel(SingleSelectionModel<T> value)
Sets the value of the property selectionModel.void
TabPane.setSelectionModel(SingleSelectionModel<Tab> value)
Sets the model used for tab selection.