Uses of Class
javafx.scene.control.Tab
Packages that use Tab
-
Uses of Tab in com.sun.javafx.scene.control.behavior
Methods in com.sun.javafx.scene.control.behavior with parameters of type Tab -
Uses of Tab in javafx.scene.control
Methods in javafx.scene.control that return types with arguments of type TabModifier and TypeMethodDescriptionfinal SingleSelectionModel<Tab>
TabPane.getSelectionModel()
Gets the model used for tab selection.final ObservableList<Tab>
TabPane.getTabs()
The tabs to display in this TabPane.final ObjectProperty<SingleSelectionModel<Tab>>
TabPane.selectionModelProperty()
The selection model used for selecting tabs.Method parameters in javafx.scene.control with type arguments of type TabModifier and TypeMethodDescriptionfinal void
TabPane.setSelectionModel
(SingleSelectionModel<Tab> value) Sets the model used for tab selection.Constructors in javafx.scene.control with parameters of type Tab