| Package | Description |
|---|---|
| com.sun.javafx.scene.control | |
| com.sun.javafx.scene.control.behavior | |
| 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 | Method and Description |
|---|---|
static void |
ControlAcceleratorSupport.addAcceleratorsIntoScene(ObservableList<MenuItem> items,
Tab anchor) |
static void |
ControlAcceleratorSupport.removeAcceleratorsFromScene(List<? extends MenuItem> items,
Tab anchor) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
TabPaneBehavior.canCloseTab(Tab tab) |
void |
TabPaneBehavior.closeTab(Tab tab) |
void |
TabPaneBehavior.selectTab(Tab tab) |
| Modifier and Type | Method and Description |
|---|---|
Tab |
TabBuilder.build()
Deprecated.
Make an instance of
Tab based on the properties set on this builder. |
| Modifier and Type | Method and Description |
|---|---|
SingleSelectionModel<Tab> |
TabPane.getSelectionModel()
Gets the model used for tab selection.
|
ObservableList<Tab> |
TabPane.getTabs()
The tabs to display in this TabPane.
|
ObjectProperty<SingleSelectionModel<Tab>> |
TabPane.selectionModelProperty()
The selection model used for selecting tabs.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TabBuilder.applyTo(Tab x)
Deprecated.
|
B |
TabPaneBuilder.tabs(Tab... x)
Deprecated.
Add the given items to the List of items in the
tabs property for the instance constructed by this builder. |
| Modifier and Type | Method and Description |
|---|---|
B |
TabPaneBuilder.selectionModel(SingleSelectionModel<Tab> x)
Deprecated.
Set the value of the
selectionModel property for the instance constructed by this builder. |
void |
TabPane.setSelectionModel(SingleSelectionModel<Tab> value)
Sets the model used for tab selection.
|
B |
TabPaneBuilder.tabs(Collection<? extends Tab> x)
Deprecated.
Add the given items to the List of items in the
tabs property for the instance constructed by this builder. |
| Constructor and Description |
|---|
TabPane(Tab... tabs)
Constructs a new TabPane with the given tabs set to show.
|
Copyright © 2025. All rights reserved.