| 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 *
|
| Modifier and Type | Field and Description |
|---|---|
private static CssMetaData<TabPane,TabPaneSkin.TabAnimation> |
TabPaneSkin.StyleableProperties.CLOSE_TAB_ANIMATION |
private static CssMetaData<TabPane,TabPaneSkin.TabAnimation> |
TabPaneSkin.StyleableProperties.OPEN_TAB_ANIMATION |
| Constructor and Description |
|---|
TabPaneSkin(TabPane tabPane) |
| Modifier and Type | Field and Description |
|---|---|
private TabPane |
TabPane.TabPaneSelectionModel.tabPane |
| Modifier and Type | Field and Description |
|---|---|
private static CssMetaData<TabPane,java.lang.Number> |
TabPane.StyleableProperties.TAB_MAX_HEIGHT |
private static CssMetaData<TabPane,java.lang.Number> |
TabPane.StyleableProperties.TAB_MAX_WIDTH |
private static CssMetaData<TabPane,java.lang.Number> |
TabPane.StyleableProperties.TAB_MIN_HEIGHT |
private static CssMetaData<TabPane,java.lang.Number> |
TabPane.StyleableProperties.TAB_MIN_WIDTH |
private ReadOnlyObjectWrapper<TabPane> |
Tab.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.
|
private ReadOnlyObjectWrapper<TabPane> |
Tab.tabPanePropertyImpl() |
| Modifier and Type | Method and Description |
|---|---|
void |
TabPaneBuilder.applyTo(TabPane x)
Deprecated.
|
(package private) void |
Tab.setTabPane(TabPane value) |
| Constructor and Description |
|---|
TabPaneSelectionModel(TabPane t) |