| Package | Description |
|---|---|
| com.sun.javafx.scene.control.behavior | |
| com.sun.javafx.scene.control.skin | |
| javafx.scene.control |
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.
|
| Constructor and Description |
|---|
TabPaneBehavior(TabPane tabPane)
State and Functions *
|
| Constructor and Description |
|---|
TabPaneSkin(TabPane tabPane) |
| Modifier and Type | Method and Description |
|---|---|
TabPane |
TabPaneBuilder.build()
Deprecated.
Make an instance of
TabPane based on the properties set on this builder. |
TabPane |
Tab.getTabPane()
A reference to the TabPane that contains this tab instance.
|
| Modifier and Type | Method and Description |
|---|---|
ReadOnlyObjectProperty<TabPane> |
Tab.tabPaneProperty()
The TabPane that contains this tab.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TabPaneBuilder.applyTo(TabPane x)
Deprecated.
|
Copyright © 2025. All rights reserved.