Uses of Class
io.github.sosuisen.jfxbuilder.controls.RadioMenuItemBuilder
Packages that use RadioMenuItemBuilder
-
Uses of RadioMenuItemBuilder in io.github.sosuisen.jfxbuilder.controls
Methods in io.github.sosuisen.jfxbuilder.controls that return RadioMenuItemBuilderModifier and TypeMethodDescriptionRadioMenuItemBuilder.accelerator
(KeyCombination value) A builder method that invokes thesetAccelerator
method on the instance being constructed.RadioMenuItemBuilder.acceleratorPropertyApply
(Consumer<ObjectProperty<KeyCombination>> op) Applies a function to theacceleratorProperty
of the instance being constructed.final RadioMenuItemBuilder
RadioMenuItemBuilder.addStyleClass
(String... elements) Calls theaddAll
method on the ObservableList returned by theRadioMenuItem#getStyleClass()
method.final RadioMenuItemBuilder
RadioMenuItemBuilder.addStyleClass
(Collection<? extends String> col) Calls theaddAll
method on the ObservableList returned by theRadioMenuItem#getStyleClass()
method.RadioMenuItemBuilder.apply
(Consumer<RadioMenuItem> func) Applies a function to the RadioMenuItem instance being constructed.static RadioMenuItemBuilder
RadioMenuItemBuilder.create()
Returns an instance of theRadioMenuItemBuilder
.static RadioMenuItemBuilder
Accepts the constructor arguments ofRadioMenuItem(String)
and returns an instance ofRadioMenuItemBuilder
.static RadioMenuItemBuilder
Accepts the constructor arguments ofRadioMenuItem(String, Node)
and returns an instance ofRadioMenuItemBuilder
.RadioMenuItemBuilder.disable
(boolean value) A builder method that invokes thesetDisable
method on the instance being constructed.RadioMenuItemBuilder.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.RadioMenuItemBuilder.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.RadioMenuItemBuilder.idPropertyApply
(Consumer<StringProperty> op) Applies a function to theidProperty
of the instance being constructed.RadioMenuItemBuilder.mnemonicParsing
(boolean value) A builder method that invokes thesetMnemonicParsing
method on the instance being constructed.RadioMenuItemBuilder.mnemonicParsingPropertyApply
(Consumer<BooleanProperty> op) Applies a function to themnemonicParsingProperty
of the instance being constructed.RadioMenuItemBuilder.onAction
(EventHandler<ActionEvent> value) A builder method that invokes thesetOnAction
method on the instance being constructed.RadioMenuItemBuilder.onActionPropertyApply
(Consumer<ObjectProperty<EventHandler<ActionEvent>>> op) Applies a function to theonActionProperty
of the instance being constructed.RadioMenuItemBuilder.onMenuValidation
(EventHandler<Event> value) A builder method that invokes thesetOnMenuValidation
method on the instance being constructed.RadioMenuItemBuilder.onMenuValidationPropertyApply
(Consumer<ObjectProperty<EventHandler<Event>>> op) Applies a function to theonMenuValidationProperty
of the instance being constructed.RadioMenuItemBuilder.parentMenuPropertyApply
(Consumer<ReadOnlyObjectProperty<Menu>> op) Applies a function to theparentMenuProperty
of the instance being constructed.RadioMenuItemBuilder.parentPopupPropertyApply
(Consumer<ReadOnlyObjectProperty<ContextMenu>> op) Applies a function to theparentPopupProperty
of the instance being constructed.RadioMenuItemBuilder.selected
(boolean value) A builder method that invokes thesetSelected
method on the instance being constructed.RadioMenuItemBuilder.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.RadioMenuItemBuilder.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.RadioMenuItemBuilder.textPropertyApply
(Consumer<StringProperty> op) Applies a function to thetextProperty
of the instance being constructed.RadioMenuItemBuilder.toggleGroup
(ToggleGroup value) A builder method that invokes thesetToggleGroup
method on the instance being constructed.RadioMenuItemBuilder.toggleGroupPropertyApply
(Consumer<ObjectProperty<ToggleGroup>> op) Applies a function to thetoggleGroupProperty
of the instance being constructed.A builder method that invokes thesetUserData
method on the instance being constructed.RadioMenuItemBuilder.visible
(boolean value) A builder method that invokes thesetVisible
method on the instance being constructed.RadioMenuItemBuilder.visiblePropertyApply
(Consumer<BooleanProperty> op) Applies a function to thevisibleProperty
of the instance being constructed.