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