Uses of Class
io.github.sosuisen.jfxbuilder.controls.CustomMenuItemBuilder
Packages that use CustomMenuItemBuilder
-
Uses of CustomMenuItemBuilder in io.github.sosuisen.jfxbuilder.controls
Methods in io.github.sosuisen.jfxbuilder.controls that return CustomMenuItemBuilderModifier and TypeMethodDescriptionCustomMenuItemBuilder.accelerator(KeyCombination value) A builder method that invokes thesetAcceleratormethod on the instance being constructed.CustomMenuItemBuilder.acceleratorPropertyApply(Consumer<ObjectProperty<KeyCombination>> op) Applies a function to theacceleratorPropertyof the instance being constructed.final CustomMenuItemBuilderCustomMenuItemBuilder.addStyleClass(String... elements) Calls theaddAllmethod on the ObservableList returned by theCustomMenuItem#getStyleClass()method.final CustomMenuItemBuilderCustomMenuItemBuilder.addStyleClass(Collection<? extends String> col) Calls theaddAllmethod on the ObservableList returned by theCustomMenuItem#getStyleClass()method.CustomMenuItemBuilder.apply(Consumer<CustomMenuItem> func) Applies a function to the CustomMenuItem instance being constructed.A builder method that invokes thesetContentmethod on the instance being constructed.CustomMenuItemBuilder.contentPropertyApply(Consumer<ObjectProperty<Node>> op) Applies a function to thecontentPropertyof the instance being constructed.static CustomMenuItemBuilderCustomMenuItemBuilder.create()Returns an instance of theCustomMenuItemBuilder.static CustomMenuItemBuilderAccepts the constructor arguments ofCustomMenuItem(Node)and returns an instance ofCustomMenuItemBuilder.static CustomMenuItemBuilderAccepts the constructor arguments ofCustomMenuItem(Node, boolean)and returns an instance ofCustomMenuItemBuilder.CustomMenuItemBuilder.disable(boolean value) A builder method that invokes thesetDisablemethod on the instance being constructed.CustomMenuItemBuilder.disablePropertyApply(Consumer<BooleanProperty> op) Applies a function to thedisablePropertyof the instance being constructed.A builder method that invokes thesetGraphicmethod on the instance being constructed.CustomMenuItemBuilder.graphicPropertyApply(Consumer<ObjectProperty<Node>> op) Applies a function to thegraphicPropertyof the instance being constructed.CustomMenuItemBuilder.hideOnClick(boolean value) A builder method that invokes thesetHideOnClickmethod on the instance being constructed.CustomMenuItemBuilder.hideOnClickPropertyApply(Consumer<BooleanProperty> op) Applies a function to thehideOnClickPropertyof the instance being constructed.A builder method that invokes thesetIdmethod on the instance being constructed.CustomMenuItemBuilder.idPropertyApply(Consumer<StringProperty> op) Applies a function to theidPropertyof the instance being constructed.CustomMenuItemBuilder.mnemonicParsing(boolean value) A builder method that invokes thesetMnemonicParsingmethod on the instance being constructed.CustomMenuItemBuilder.mnemonicParsingPropertyApply(Consumer<BooleanProperty> op) Applies a function to themnemonicParsingPropertyof the instance being constructed.CustomMenuItemBuilder.onAction(EventHandler<ActionEvent> value) A builder method that invokes thesetOnActionmethod on the instance being constructed.CustomMenuItemBuilder.onActionPropertyApply(Consumer<ObjectProperty<EventHandler<ActionEvent>>> op) Applies a function to theonActionPropertyof the instance being constructed.CustomMenuItemBuilder.onMenuValidation(EventHandler<Event> value) A builder method that invokes thesetOnMenuValidationmethod on the instance being constructed.CustomMenuItemBuilder.onMenuValidationPropertyApply(Consumer<ObjectProperty<EventHandler<Event>>> op) Applies a function to theonMenuValidationPropertyof the instance being constructed.CustomMenuItemBuilder.parentMenuPropertyApply(Consumer<ReadOnlyObjectProperty<Menu>> op) Applies a function to theparentMenuPropertyof the instance being constructed.CustomMenuItemBuilder.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.CustomMenuItemBuilder.stylePropertyApply(Consumer<StringProperty> op) Applies a function to thestylePropertyof the instance being constructed.A builder method that invokes thesetTextmethod on the instance being constructed.CustomMenuItemBuilder.textPropertyApply(Consumer<StringProperty> op) Applies a function to thetextPropertyof the instance being constructed.A builder method that invokes thesetUserDatamethod on the instance being constructed.CustomMenuItemBuilder.visible(boolean value) A builder method that invokes thesetVisiblemethod on the instance being constructed.CustomMenuItemBuilder.visiblePropertyApply(Consumer<BooleanProperty> op) Applies a function to thevisiblePropertyof the instance being constructed.