Uses of Class
io.github.sosuisen.jfxbuilder.controls.MenuItemBuilder
Packages that use MenuItemBuilder
-
Uses of MenuItemBuilder in io.github.sosuisen.jfxbuilder.controls
Methods in io.github.sosuisen.jfxbuilder.controls that return MenuItemBuilderModifier and TypeMethodDescriptionMenuItemBuilder.accelerator(KeyCombination value) A builder method that invokes thesetAcceleratormethod on the instance being constructed.MenuItemBuilder.acceleratorPropertyApply(Consumer<ObjectProperty<KeyCombination>> op) Applies a function to theacceleratorPropertyof the instance being constructed.final MenuItemBuilderMenuItemBuilder.addStyleClass(String... elements) Calls theaddAllmethod on the ObservableList returned by theMenuItem#getStyleClass()method.final MenuItemBuilderMenuItemBuilder.addStyleClass(Collection<? extends String> col) Calls theaddAllmethod on the ObservableList returned by theMenuItem#getStyleClass()method.Applies a function to the MenuItem instance being constructed.static MenuItemBuilderMenuItemBuilder.create()Returns an instance of theMenuItemBuilder.static MenuItemBuilderAccepts the constructor arguments ofMenuItem(String)and returns an instance ofMenuItemBuilder.static MenuItemBuilderAccepts the constructor arguments ofMenuItem(String, Node)and returns an instance ofMenuItemBuilder.MenuItemBuilder.disable(boolean value) A builder method that invokes thesetDisablemethod on the instance being constructed.MenuItemBuilder.disablePropertyApply(Consumer<BooleanProperty> op) Applies a function to thedisablePropertyof the instance being constructed.A builder method that invokes thesetGraphicmethod on the instance being constructed.MenuItemBuilder.graphicPropertyApply(Consumer<ObjectProperty<Node>> op) Applies a function to thegraphicPropertyof the instance being constructed.A builder method that invokes thesetIdmethod on the instance being constructed.MenuItemBuilder.idPropertyApply(Consumer<StringProperty> op) Applies a function to theidPropertyof the instance being constructed.MenuItemBuilder.mnemonicParsing(boolean value) A builder method that invokes thesetMnemonicParsingmethod on the instance being constructed.MenuItemBuilder.mnemonicParsingPropertyApply(Consumer<BooleanProperty> op) Applies a function to themnemonicParsingPropertyof the instance being constructed.MenuItemBuilder.onAction(EventHandler<ActionEvent> value) A builder method that invokes thesetOnActionmethod on the instance being constructed.MenuItemBuilder.onActionPropertyApply(Consumer<ObjectProperty<EventHandler<ActionEvent>>> op) Applies a function to theonActionPropertyof the instance being constructed.MenuItemBuilder.onMenuValidation(EventHandler<Event> value) A builder method that invokes thesetOnMenuValidationmethod on the instance being constructed.MenuItemBuilder.onMenuValidationPropertyApply(Consumer<ObjectProperty<EventHandler<Event>>> op) Applies a function to theonMenuValidationPropertyof the instance being constructed.MenuItemBuilder.parentMenuPropertyApply(Consumer<ReadOnlyObjectProperty<Menu>> op) Applies a function to theparentMenuPropertyof the instance being constructed.MenuItemBuilder.parentPopupPropertyApply(Consumer<ReadOnlyObjectProperty<ContextMenu>> op) Applies a function to theparentPopupPropertyof the instance being constructed.A builder method that invokes thesetStylemethod on the instance being constructed.MenuItemBuilder.stylePropertyApply(Consumer<StringProperty> op) Applies a function to thestylePropertyof the instance being constructed.A builder method that invokes thesetTextmethod on the instance being constructed.MenuItemBuilder.textPropertyApply(Consumer<StringProperty> op) Applies a function to thetextPropertyof the instance being constructed.A builder method that invokes thesetUserDatamethod on the instance being constructed.MenuItemBuilder.visible(boolean value) A builder method that invokes thesetVisiblemethod on the instance being constructed.MenuItemBuilder.visiblePropertyApply(Consumer<BooleanProperty> op) Applies a function to thevisiblePropertyof the instance being constructed.