Uses of Class
javafx.scene.control.Menu
Package
Description
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
Modifier and TypeMethodDescriptionfinal Menu
MenuItem.getParentMenu()
Gets the value of theparentMenu
property.Modifier and TypeMethodDescriptionfinal ObservableList
<Menu> MenuBar.getMenus()
The menus to show within this MenuBar.final ReadOnlyObjectProperty
<Menu> MenuItem.parentMenuProperty()
This is theMenu
in which thisMenuItem
exists.Modifier and TypeMethodDescriptionprotected final void
MenuItem.setParentMenu
(Menu value) Sets the value of theparentMenu
property.