Spec-Zone .ru
спецификации, руководства, описания, API
|
Package | Description |
---|---|
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.
|
Modifier and Type | Field and Description |
---|---|
private TabPane |
TabPane.TabPaneSelectionModel.tabPane |
Modifier and Type | Field and Description |
---|---|
private static com.sun.javafx.css.StyleableProperty<TabPane,java.lang.Number> |
TabPane.StyleableProperties.TAB_MAX_HEIGHT |
private static com.sun.javafx.css.StyleableProperty<TabPane,java.lang.Number> |
TabPane.StyleableProperties.TAB_MAX_WIDTH |
private static com.sun.javafx.css.StyleableProperty<TabPane,java.lang.Number> |
TabPane.StyleableProperties.TAB_MIN_HEIGHT |
private static com.sun.javafx.css.StyleableProperty<TabPane,java.lang.Number> |
TabPane.StyleableProperties.TAB_MIN_WIDTH |
private ReadOnlyObjectWrapper<TabPane> |
Tab.tabPane |
Modifier and Type | Method and Description |
---|---|
TabPane |
TabPaneBuilder.build()
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) |
(package private) void |
Tab.setTabPane(TabPane value) |
Constructor and Description |
---|
TabPane.TabPaneSelectionModel(TabPane t) |
Copyright (c) 2008, 2012, Oracle and/or its affiliates. All rights reserved. Use is subject to