Uses of Class
javafx.scene.control.MenuItem
Packages that use MenuItem
-
Uses of MenuItem in com.sun.javafx.scene.control
Methods in com.sun.javafx.scene.control that return MenuItemMethods in com.sun.javafx.scene.control that return types with arguments of type MenuItemModifier and TypeMethodDescriptionprotected ObservableList<MenuItem>ContextMenuContent.getItems()Constructors in com.sun.javafx.scene.control with parameters of type MenuItem -
Uses of MenuItem in javafx.scene.control
Subclasses of MenuItem in javafx.scene.controlModifier and TypeClassDescriptionclassclassA popup menu of actionable items which is displayed to the user only upon request.classAMenuItemthat as the name suggests allows for a horizontal Separator to be embedded within it, by assigning aSeparatorto thecontentproperty of theCustomMenuItemThis is provided for convenience as groups ofmenuitemscan be separated by a separator.Methods in javafx.scene.control that return types with arguments of type MenuItemModifier and TypeMethodDescriptionfinal ObservableList<MenuItem>ContextMenu.getItems()The menu items on the context menu.final ObservableList<MenuItem>Menu.getItems()The items to show within this menu.Constructors in javafx.scene.control with parameters of type MenuItemModifierConstructorDescriptionContextMenu(MenuItem... items) Create a new ContextMenu initialized with the given items