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