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 thesetAcceleratormethod on the instance being constructed.CheckMenuItemBuilder.acceleratorPropertyApply(Consumer<ObjectProperty<KeyCombination>> op) Applies a function to theacceleratorPropertyof the instance being constructed.final CheckMenuItemBuilderCheckMenuItemBuilder.addStyleClass(String... elements) Calls theaddAllmethod on the ObservableList returned by theCheckMenuItem#getStyleClass()method.final CheckMenuItemBuilderCheckMenuItemBuilder.addStyleClass(Collection<? extends String> col) Calls theaddAllmethod on the ObservableList returned by theCheckMenuItem#getStyleClass()method.CheckMenuItemBuilder.apply(Consumer<CheckMenuItem> func) Applies a function to the CheckMenuItem instance being constructed.static CheckMenuItemBuilderCheckMenuItemBuilder.create()Returns an instance of theCheckMenuItemBuilder.static CheckMenuItemBuilderAccepts the constructor arguments ofCheckMenuItem(String)and returns an instance ofCheckMenuItemBuilder.static CheckMenuItemBuilderAccepts the constructor arguments ofCheckMenuItem(String, Node)and returns an instance ofCheckMenuItemBuilder.CheckMenuItemBuilder.disable(boolean value) A builder method that invokes thesetDisablemethod on the instance being constructed.CheckMenuItemBuilder.disablePropertyApply(Consumer<BooleanProperty> op) Applies a function to thedisablePropertyof the instance being constructed.A builder method that invokes thesetGraphicmethod on the instance being constructed.CheckMenuItemBuilder.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.CheckMenuItemBuilder.idPropertyApply(Consumer<StringProperty> op) Applies a function to theidPropertyof the instance being constructed.CheckMenuItemBuilder.mnemonicParsing(boolean value) A builder method that invokes thesetMnemonicParsingmethod on the instance being constructed.CheckMenuItemBuilder.mnemonicParsingPropertyApply(Consumer<BooleanProperty> op) Applies a function to themnemonicParsingPropertyof the instance being constructed.CheckMenuItemBuilder.onAction(EventHandler<ActionEvent> value) A builder method that invokes thesetOnActionmethod on the instance being constructed.CheckMenuItemBuilder.onActionPropertyApply(Consumer<ObjectProperty<EventHandler<ActionEvent>>> op) Applies a function to theonActionPropertyof the instance being constructed.CheckMenuItemBuilder.onMenuValidation(EventHandler<Event> value) A builder method that invokes thesetOnMenuValidationmethod on the instance being constructed.CheckMenuItemBuilder.onMenuValidationPropertyApply(Consumer<ObjectProperty<EventHandler<Event>>> op) Applies a function to theonMenuValidationPropertyof the instance being constructed.CheckMenuItemBuilder.parentMenuPropertyApply(Consumer<ReadOnlyObjectProperty<Menu>> op) Applies a function to theparentMenuPropertyof the instance being constructed.CheckMenuItemBuilder.parentPopupPropertyApply(Consumer<ReadOnlyObjectProperty<ContextMenu>> op) Applies a function to theparentPopupPropertyof the instance being constructed.CheckMenuItemBuilder.selected(boolean value) A builder method that invokes thesetSelectedmethod on the instance being constructed.CheckMenuItemBuilder.selectedPropertyApply(Consumer<BooleanProperty> op) Applies a function to theselectedPropertyof the instance being constructed.A builder method that invokes thesetStylemethod on the instance being constructed.CheckMenuItemBuilder.stylePropertyApply(Consumer<StringProperty> op) Applies a function to thestylePropertyof the instance being constructed.A builder method that invokes thesetTextmethod on the instance being constructed.CheckMenuItemBuilder.textPropertyApply(Consumer<StringProperty> op) Applies a function to thetextPropertyof the instance being constructed.A builder method that invokes thesetUserDatamethod on the instance being constructed.CheckMenuItemBuilder.visible(boolean value) A builder method that invokes thesetVisiblemethod on the instance being constructed.CheckMenuItemBuilder.visiblePropertyApply(Consumer<BooleanProperty> op) Applies a function to thevisiblePropertyof the instance being constructed.