Uses of Class
io.github.palexdev.materialfx.controls.MFXContextMenuItem
Packages that use MFXContextMenuItem
-
Uses of MFXContextMenuItem in io.github.palexdev.materialfx.controls
Methods in io.github.palexdev.materialfx.controls that return MFXContextMenuItemMethods in io.github.palexdev.materialfx.controls with parameters of type MFXContextMenuItemModifier and TypeMethodDescriptionvoidMFXContextMenu.addItem(MFXContextMenuItem item) Adds the giver menu item to the items list.MFXContextMenu.Builder.addItem(MFXContextMenuItem item) Adds the giver menu item to the items list.MFXContextMenu.Builder.addItem(MFXContextMenuItem item, EventHandler<ActionEvent> action) Sets the given action on the given item, then adds it to the items list.voidMFXContextMenu.addItems(MFXContextMenuItem... items) Adds the given menu items to the items list.MFXContextMenu.Builder.addItems(MFXContextMenuItem... items) Adds the given menu items to the items list. -
Uses of MFXContextMenuItem in io.github.palexdev.materialfx.skins
Constructors in io.github.palexdev.materialfx.skins with parameters of type MFXContextMenuItem