Uses of Class
io.github.sosuisen.jfxbuilder.controls.MenuBuilder
Packages that use MenuBuilder
-
Uses of MenuBuilder in io.github.sosuisen.jfxbuilder.controls
Methods in io.github.sosuisen.jfxbuilder.controls that return MenuBuilderModifier and TypeMethodDescriptionMenuBuilder.accelerator(KeyCombination value) A builder method that invokes thesetAcceleratormethod on the instance being constructed.MenuBuilder.acceleratorPropertyApply(Consumer<ObjectProperty<KeyCombination>> op) Applies a function to theacceleratorPropertyof the instance being constructed.final MenuBuilderMenuBuilder.addItems(Collection<? extends MenuItem> col) Calls theaddAllmethod on the ObservableList returned by theMenu#getItems()method.final MenuBuilderCalls theaddAllmethod on the ObservableList returned by theMenu#getItems()method.final MenuBuilderMenuBuilder.addStyleClass(String... elements) Calls theaddAllmethod on the ObservableList returned by theMenu#getStyleClass()method.final MenuBuilderMenuBuilder.addStyleClass(Collection<? extends String> col) Calls theaddAllmethod on the ObservableList returned by theMenu#getStyleClass()method.Applies a function to the Menu instance being constructed.static MenuBuilderMenuBuilder.create()Returns an instance of theMenuBuilder.static MenuBuilderAccepts the constructor arguments ofMenu(String)and returns an instance ofMenuBuilder.static MenuBuilderAccepts the constructor arguments ofMenu(String, Node)and returns an instance ofMenuBuilder.static MenuBuilderAccepts the constructor arguments ofMenu(String, Node, MenuItem...)and returns an instance ofMenuBuilder.MenuBuilder.disable(boolean value) A builder method that invokes thesetDisablemethod on the instance being constructed.MenuBuilder.disablePropertyApply(Consumer<BooleanProperty> op) Applies a function to thedisablePropertyof the instance being constructed.A builder method that invokes thesetGraphicmethod on the instance being constructed.MenuBuilder.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.MenuBuilder.idPropertyApply(Consumer<StringProperty> op) Applies a function to theidPropertyof the instance being constructed.MenuBuilder.mnemonicParsing(boolean value) A builder method that invokes thesetMnemonicParsingmethod on the instance being constructed.MenuBuilder.mnemonicParsingPropertyApply(Consumer<BooleanProperty> op) Applies a function to themnemonicParsingPropertyof the instance being constructed.MenuBuilder.onAction(EventHandler<ActionEvent> value) A builder method that invokes thesetOnActionmethod on the instance being constructed.MenuBuilder.onActionPropertyApply(Consumer<ObjectProperty<EventHandler<ActionEvent>>> op) Applies a function to theonActionPropertyof the instance being constructed.MenuBuilder.onHidden(EventHandler<Event> value) A builder method that invokes thesetOnHiddenmethod on the instance being constructed.MenuBuilder.onHiddenPropertyApply(Consumer<ObjectProperty<EventHandler<Event>>> op) Applies a function to theonHiddenPropertyof the instance being constructed.MenuBuilder.onHiding(EventHandler<Event> value) A builder method that invokes thesetOnHidingmethod on the instance being constructed.MenuBuilder.onHidingPropertyApply(Consumer<ObjectProperty<EventHandler<Event>>> op) Applies a function to theonHidingPropertyof the instance being constructed.MenuBuilder.onMenuValidation(EventHandler<Event> value) A builder method that invokes thesetOnMenuValidationmethod on the instance being constructed.MenuBuilder.onMenuValidationPropertyApply(Consumer<ObjectProperty<EventHandler<Event>>> op) Applies a function to theonMenuValidationPropertyof the instance being constructed.MenuBuilder.onShowing(EventHandler<Event> value) A builder method that invokes thesetOnShowingmethod on the instance being constructed.MenuBuilder.onShowingPropertyApply(Consumer<ObjectProperty<EventHandler<Event>>> op) Applies a function to theonShowingPropertyof the instance being constructed.MenuBuilder.onShown(EventHandler<Event> value) A builder method that invokes thesetOnShownmethod on the instance being constructed.MenuBuilder.onShownPropertyApply(Consumer<ObjectProperty<EventHandler<Event>>> op) Applies a function to theonShownPropertyof the instance being constructed.MenuBuilder.parentMenuPropertyApply(Consumer<ReadOnlyObjectProperty<Menu>> op) Applies a function to theparentMenuPropertyof the instance being constructed.MenuBuilder.parentPopupPropertyApply(Consumer<ReadOnlyObjectProperty<ContextMenu>> op) Applies a function to theparentPopupPropertyof the instance being constructed.MenuBuilder.showingPropertyApply(Consumer<ReadOnlyBooleanProperty> op) Applies a function to theshowingPropertyof the instance being constructed.A builder method that invokes thesetStylemethod on the instance being constructed.MenuBuilder.stylePropertyApply(Consumer<StringProperty> op) Applies a function to thestylePropertyof the instance being constructed.A builder method that invokes thesetTextmethod on the instance being constructed.MenuBuilder.textPropertyApply(Consumer<StringProperty> op) Applies a function to thetextPropertyof the instance being constructed.A builder method that invokes thesetUserDatamethod on the instance being constructed.MenuBuilder.visible(boolean value) A builder method that invokes thesetVisiblemethod on the instance being constructed.MenuBuilder.visiblePropertyApply(Consumer<BooleanProperty> op) Applies a function to thevisiblePropertyof the instance being constructed.static MenuBuilderMenuBuilder.withItems(Collection<? extends MenuItem> col) Creates an instance of the builder, then calls theaddAllmethod on the ObservableList returned by theMenu#getItems()method.static MenuBuilderCreates an instance of the builder, then calls theaddAllmethod on the ObservableList returned by theMenu#getItems()method.