Uses of Class
javafx.scene.control.Tab
-
Uses of Tab in com.sun.javafx.scene.control.behavior
-
Uses of Tab in javafx.scene.control
Modifier 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.Modifier and TypeMethodDescriptionfinal void
TabPane.setSelectionModel
(SingleSelectionModel<Tab> value) Sets the model used for tab selection.