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 ObservableList<Menu> |
MenuBar.menus
*
Instance variables *
*
|
private java.util.Collection<? extends Menu> |
MenuBarBuilder.menus |
private ReadOnlyObjectWrapper<Menu> |
MenuItem.parentMenu
This is the
Menu in which this MenuItem exists. |
Modifier and Type | Method and Description |
---|---|
Menu |
MenuBuilder.build()
Make an instance of
Menu based on the properties set on this builder. |
Menu |
MenuItem.getParentMenu()
Gets the value of the property parentMenu.
|
Modifier and Type | Method and Description |
---|---|
ObservableList<Menu> |
MenuBar.getMenus()
The menus to show within this MenuBar.
|
ReadOnlyObjectProperty<Menu> |
MenuItem.parentMenuProperty()
This is the
Menu in which this MenuItem exists. |
private ReadOnlyObjectWrapper<Menu> |
MenuItem.parentMenuPropertyImpl() |
Modifier and Type | Method and Description |
---|---|
void |
MenuBuilder.applyTo(Menu x) |
B |
MenuBarBuilder.menus(Menu... x)
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)
Sets the value of the property parentMenu.
|
Modifier and Type | Method and Description |
---|---|
B |
MenuBarBuilder.menus(java.util.Collection<? extends Menu> x)
Add the given items to the List of items in the
menus property for the instance constructed by this builder. |
Copyright (c) 2008, 2012, Oracle and/or its affiliates. All rights reserved. Use is subject to