| Package | Description |
|---|---|
| com.sun.javafx.scene.control | |
| 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 | Class and Description |
|---|---|
class |
GlobalMenuAdapter |
| Modifier and Type | Method and Description |
|---|---|
static MenuBase |
GlobalMenuAdapter.adapt(Menu menu) |
| Modifier and Type | Method and Description |
|---|---|
Menu |
MenuBuilder.build()
Deprecated.
Make an instance of
Menu based on the properties set on this builder. |
Menu |
MenuItem.getParentMenu() |
| Modifier and Type | Method and Description |
|---|---|
ObservableList<Menu> |
MenuBar.getMenus()
The menus to show within this MenuBar.
|
ReadOnlyObjectProperty<Menu> |
MenuItem.parentMenuProperty() |
| Modifier and Type | Method and Description |
|---|---|
void |
MenuBuilder.applyTo(Menu x)
Deprecated.
|
B |
MenuBarBuilder.menus(Menu... x)
Deprecated.
Add the given items to the List of items in the
menus property for the instance constructed by this builder. |
protected void |
MenuItem.setParentMenu(Menu value) |
| Modifier and Type | Method and Description |
|---|---|
B |
MenuBarBuilder.menus(Collection<? extends Menu> x)
Deprecated.
Add the given items to the List of items in the
menus property for the instance constructed by this builder. |
| Constructor and Description |
|---|
MenuBar(Menu... menus)
Creates a new MenuBar populated with the given menus.
|
Copyright © 2025. All rights reserved.