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 thesetAccelerator
method on the instance being constructed.SeparatorMenuItemBuilder.acceleratorPropertyApply
(Consumer<ObjectProperty<KeyCombination>> op) Applies a function to theacceleratorProperty
of the instance being constructed.final SeparatorMenuItemBuilder
SeparatorMenuItemBuilder.addStyleClass
(String... elements) Calls theaddAll
method on the ObservableList returned by theSeparatorMenuItem#getStyleClass()
method.final SeparatorMenuItemBuilder
SeparatorMenuItemBuilder.addStyleClass
(Collection<? extends String> col) Calls theaddAll
method 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 thesetContent
method on the instance being constructed.SeparatorMenuItemBuilder.contentPropertyApply
(Consumer<ObjectProperty<Node>> op) Applies a function to thecontentProperty
of the instance being constructed.static SeparatorMenuItemBuilder
SeparatorMenuItemBuilder.create()
Returns an instance of theSeparatorMenuItemBuilder
.SeparatorMenuItemBuilder.disable
(boolean value) A builder method that invokes thesetDisable
method on the instance being constructed.SeparatorMenuItemBuilder.disablePropertyApply
(Consumer<BooleanProperty> op) Applies a function to thedisableProperty
of the instance being constructed.A builder method that invokes thesetGraphic
method on the instance being constructed.SeparatorMenuItemBuilder.graphicPropertyApply
(Consumer<ObjectProperty<Node>> op) Applies a function to thegraphicProperty
of the instance being constructed.SeparatorMenuItemBuilder.hideOnClick
(boolean value) A builder method that invokes thesetHideOnClick
method on the instance being constructed.SeparatorMenuItemBuilder.hideOnClickPropertyApply
(Consumer<BooleanProperty> op) Applies a function to thehideOnClickProperty
of the instance being constructed.A builder method that invokes thesetId
method on the instance being constructed.SeparatorMenuItemBuilder.idPropertyApply
(Consumer<StringProperty> op) Applies a function to theidProperty
of the instance being constructed.SeparatorMenuItemBuilder.mnemonicParsing
(boolean value) A builder method that invokes thesetMnemonicParsing
method on the instance being constructed.SeparatorMenuItemBuilder.mnemonicParsingPropertyApply
(Consumer<BooleanProperty> op) Applies a function to themnemonicParsingProperty
of the instance being constructed.SeparatorMenuItemBuilder.onAction
(EventHandler<ActionEvent> value) A builder method that invokes thesetOnAction
method on the instance being constructed.SeparatorMenuItemBuilder.onActionPropertyApply
(Consumer<ObjectProperty<EventHandler<ActionEvent>>> op) Applies a function to theonActionProperty
of the instance being constructed.SeparatorMenuItemBuilder.onMenuValidation
(EventHandler<Event> value) A builder method that invokes thesetOnMenuValidation
method on the instance being constructed.SeparatorMenuItemBuilder.onMenuValidationPropertyApply
(Consumer<ObjectProperty<EventHandler<Event>>> op) Applies a function to theonMenuValidationProperty
of the instance being constructed.SeparatorMenuItemBuilder.parentMenuPropertyApply
(Consumer<ReadOnlyObjectProperty<Menu>> op) Applies a function to theparentMenuProperty
of the instance being constructed.SeparatorMenuItemBuilder.parentPopupPropertyApply
(Consumer<ReadOnlyObjectProperty<ContextMenu>> op) Applies a function to theparentPopupProperty
of the instance being constructed.A builder method that invokes thesetStyle
method on the instance being constructed.SeparatorMenuItemBuilder.stylePropertyApply
(Consumer<StringProperty> op) Applies a function to thestyleProperty
of the instance being constructed.A builder method that invokes thesetText
method on the instance being constructed.SeparatorMenuItemBuilder.textPropertyApply
(Consumer<StringProperty> op) Applies a function to thetextProperty
of the instance being constructed.A builder method that invokes thesetUserData
method on the instance being constructed.SeparatorMenuItemBuilder.visible
(boolean value) A builder method that invokes thesetVisible
method on the instance being constructed.SeparatorMenuItemBuilder.visiblePropertyApply
(Consumer<BooleanProperty> op) Applies a function to thevisibleProperty
of the instance being constructed.