Uses of Class
io.github.sosuisen.jfxbuilder.controls.CheckMenuItemBuilder
Packages that use CheckMenuItemBuilder
-
Uses of CheckMenuItemBuilder in io.github.sosuisen.jfxbuilder.controls
Methods in io.github.sosuisen.jfxbuilder.controls that return CheckMenuItemBuilderModifier and TypeMethodDescriptionCheckMenuItemBuilder.accelerator
(KeyCombination value) A builder method that invokes thesetAccelerator
method on the instance being constructed.CheckMenuItemBuilder.acceleratorPropertyApply
(Consumer<ObjectProperty<KeyCombination>> op) Applies a function to theacceleratorProperty
of the instance being constructed.final CheckMenuItemBuilder
CheckMenuItemBuilder.addStyleClass
(String... elements) Calls theaddAll
method on the ObservableList returned by theCheckMenuItem#getStyleClass()
method.final CheckMenuItemBuilder
CheckMenuItemBuilder.addStyleClass
(Collection<? extends String> col) Calls theaddAll
method on the ObservableList returned by theCheckMenuItem#getStyleClass()
method.CheckMenuItemBuilder.apply
(Consumer<CheckMenuItem> func) Applies a function to the CheckMenuItem instance being constructed.static CheckMenuItemBuilder
CheckMenuItemBuilder.create()
Returns an instance of theCheckMenuItemBuilder
.static CheckMenuItemBuilder
Accepts the constructor arguments ofCheckMenuItem(String)
and returns an instance ofCheckMenuItemBuilder
.static CheckMenuItemBuilder
Accepts the constructor arguments ofCheckMenuItem(String, Node)
and returns an instance ofCheckMenuItemBuilder
.CheckMenuItemBuilder.disable
(boolean value) A builder method that invokes thesetDisable
method on the instance being constructed.CheckMenuItemBuilder.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.CheckMenuItemBuilder.graphicPropertyApply
(Consumer<ObjectProperty<Node>> op) Applies a function to thegraphicProperty
of the instance being constructed.A builder method that invokes thesetId
method on the instance being constructed.CheckMenuItemBuilder.idPropertyApply
(Consumer<StringProperty> op) Applies a function to theidProperty
of the instance being constructed.CheckMenuItemBuilder.mnemonicParsing
(boolean value) A builder method that invokes thesetMnemonicParsing
method on the instance being constructed.CheckMenuItemBuilder.mnemonicParsingPropertyApply
(Consumer<BooleanProperty> op) Applies a function to themnemonicParsingProperty
of the instance being constructed.CheckMenuItemBuilder.onAction
(EventHandler<ActionEvent> value) A builder method that invokes thesetOnAction
method on the instance being constructed.CheckMenuItemBuilder.onActionPropertyApply
(Consumer<ObjectProperty<EventHandler<ActionEvent>>> op) Applies a function to theonActionProperty
of the instance being constructed.CheckMenuItemBuilder.onMenuValidation
(EventHandler<Event> value) A builder method that invokes thesetOnMenuValidation
method on the instance being constructed.CheckMenuItemBuilder.onMenuValidationPropertyApply
(Consumer<ObjectProperty<EventHandler<Event>>> op) Applies a function to theonMenuValidationProperty
of the instance being constructed.CheckMenuItemBuilder.parentMenuPropertyApply
(Consumer<ReadOnlyObjectProperty<Menu>> op) Applies a function to theparentMenuProperty
of the instance being constructed.CheckMenuItemBuilder.parentPopupPropertyApply
(Consumer<ReadOnlyObjectProperty<ContextMenu>> op) Applies a function to theparentPopupProperty
of the instance being constructed.CheckMenuItemBuilder.selected
(boolean value) A builder method that invokes thesetSelected
method on the instance being constructed.CheckMenuItemBuilder.selectedPropertyApply
(Consumer<BooleanProperty> op) Applies a function to theselectedProperty
of the instance being constructed.A builder method that invokes thesetStyle
method on the instance being constructed.CheckMenuItemBuilder.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.CheckMenuItemBuilder.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.CheckMenuItemBuilder.visible
(boolean value) A builder method that invokes thesetVisible
method on the instance being constructed.CheckMenuItemBuilder.visiblePropertyApply
(Consumer<BooleanProperty> op) Applies a function to thevisibleProperty
of the instance being constructed.