Uses of Class
javafx.scene.control.SingleSelectionModel
Packages that use SingleSelectionModel
-
Uses of SingleSelectionModel in javafx.scene.control
Methods in javafx.scene.control that return SingleSelectionModelModifier and TypeMethodDescriptionfinal SingleSelectionModel<T>ChoiceBox.getSelectionModel()Gets the value of theselectionModelproperty.final SingleSelectionModel<Tab>TabPane.getSelectionModel()Gets the model used for tab selection.Methods in javafx.scene.control that return types with arguments of type SingleSelectionModelModifier 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.Methods in javafx.scene.control with parameters of type SingleSelectionModelModifier and TypeMethodDescriptionfinal voidChoiceBox.setSelectionModel(SingleSelectionModel<T> value) Sets the value of theselectionModelproperty.final voidTabPane.setSelectionModel(SingleSelectionModel<Tab> value) Sets the model used for tab selection.