Uses of Class
javafx.scene.control.Tab
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 Tab in javafx.scene.control
Modifier and TypeMethodDescriptionfinal SingleSelectionModel<Tab>
TabPane.getSelectionModel()
Gets the value of the property selectionModel.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 value of the property selectionModel.