Uses of Class
io.github.palexdev.materialfx.controls.MFXContextMenuItem.Builder
Packages that use MFXContextMenuItem.Builder
-
Uses of MFXContextMenuItem.Builder in io.github.palexdev.materialfx.controls
Methods in io.github.palexdev.materialfx.controls that return MFXContextMenuItem.BuilderModifier and TypeMethodDescriptionstatic MFXContextMenuItem.BuilderMFXContextMenuItem.Builder.build()MFXContextMenuItem.Builder.setAccelerator(String accelerator) Sets the item's accelerator text.MFXContextMenuItem.Builder.setAccelerator(KeyCombination combination) Sets the item's accelerator text from the givenKeyCombination.Sets the item's icon.MFXContextMenuItem.Builder.setOnAction(EventHandler<ActionEvent> onAction) Sets the item's action to perform on click.Sets the item's text.MFXContextMenuItem.Builder.setTooltipSupplier(Supplier<Tooltip> tooltipSupplier) Sets the item's tooltip supplier.