Uses of Class
javafx.scene.control.TabPane
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.
The javafx.scene.control.skin package is where the skin classes, typically
one for each UI control, are located
-
Uses of TabPane in javafx.scene.control
Modifier and TypeMethodDescriptionfinal TabPane
Tab.getTabPane()
A reference to the TabPane that contains this tab instance.Modifier and TypeMethodDescriptionfinal ReadOnlyObjectProperty
<TabPane> Tab.tabPaneProperty()
The TabPane that contains this tab. -
Uses of TabPane in javafx.scene.control.skin
ModifierConstructorDescriptionTabPaneSkin
(TabPane control) Creates a new TabPaneSkin instance, installing the necessary child nodes into the Controlchildren
list, as well as the necessary input mappings for handling key, mouse, etc events.