Uses of Class
javafx.scene.control.Menu
Packages that use Menu
-
Uses of Menu in javafx.scene.control
Methods in javafx.scene.control that return MenuModifier and TypeMethodDescriptionfinal MenuMenuItem.getParentMenu()Gets the value of theparentMenuproperty.Methods in javafx.scene.control that return types with arguments of type MenuModifier and TypeMethodDescriptionfinal ReadOnlyObjectProperty<Menu>MenuItem.parentMenuProperty()This is theMenuin which thisMenuItemexists.Methods in javafx.scene.control with parameters of type MenuModifier and TypeMethodDescriptionprotected final voidMenuItem.setParentMenu(Menu value) Sets the value of theparentMenuproperty.