Uses of Class
javafx.scene.control.Tab
Packages that use 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
Methods in javafx.scene.control that return types with arguments of type TabModifier and TypeMethodDescriptionfinal SingleSelectionModel<Tab>
TabPane.getSelectionModel()
Gets the value of theselectionModel
property.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 value of theselectionModel
property.Constructors in javafx.scene.control with parameters of type Tab