Example usage for Java javafx.scene.control TabPane fields, constructors, methods, implement or subclass
The text is from its open source code.
TabPane() Constructs a new TabPane. |
ObservableMap | getProperties() Returns an observable map of properties on this node for use primarily by application developers. |
SingleSelectionModel | getSelectionModel() Gets the model used for tab selection. |
ObservableList | getStyleClass() |
ObservableList | getTabs() The tabs to display in this TabPane. |
DoubleProperty | prefHeightProperty() |
DoubleProperty | prefWidthProperty() |
void | setSide(Side value) The position to place the tabs in this TabPane. |
void | setTabClosingPolicy(TabClosingPolicy value) Specifies how the TabPane handles tab closing from an end-users perspective. |