Uses of Class
javafx.scene.control.Menu
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.
|
-
Uses of Menu in javafx.scene.control
Methods in javafx.scene.control that return Menu Modifier and Type Method Description Menu
MenuItem. getParentMenu()
Gets the value of the property parentMenu.Methods in javafx.scene.control that return types with arguments of type Menu Modifier and Type Method Description ObservableList<Menu>
MenuBar. getMenus()
The menus to show within this MenuBar.ReadOnlyObjectProperty<Menu>
MenuItem. parentMenuProperty()
This is theMenu
in which thisMenuItem
exists.Methods in javafx.scene.control with parameters of type Menu Modifier and Type Method Description protected void
MenuItem. setParentMenu(Menu value)
Sets the value of the property parentMenu.Constructors in javafx.scene.control with parameters of type Menu Constructor Description MenuBar(Menu... menus)
Creates a new MenuBar populated with the given menus.