Uses of Class
javafx.scene.control.Menu
Packages that use 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
Methods in javafx.scene.control that return MenuModifier and TypeMethodDescriptionMenuItem.getParentMenu()
Gets the value of the property parentMenu.Methods in javafx.scene.control that return types with arguments of type MenuModifier and TypeMethodDescriptionMenuBar.getMenus()
The menus to show within this MenuBar.MenuItem.parentMenuProperty()
This is theMenu
in which thisMenuItem
exists.Methods in javafx.scene.control with parameters of type MenuModifier and TypeMethodDescriptionprotected void
MenuItem.setParentMenu(Menu value)
Sets the value of the property parentMenu.Constructors in javafx.scene.control with parameters of type Menu