Uses of Class
io.github.sosuisen.jfxbuilder.controls.MenuBarSkinBuilder
Packages that use MenuBarSkinBuilder
-
Uses of MenuBarSkinBuilder in io.github.sosuisen.jfxbuilder.controls
Methods in io.github.sosuisen.jfxbuilder.controls that return MenuBarSkinBuilderModifier and TypeMethodDescriptionfinal MenuBarSkinBuilderMenuBarSkinBuilder.addChildren(Collection<? extends Node> col) Calls theaddAllmethod on the ObservableList returned by theMenuBarSkin#getChildren()method.final MenuBarSkinBuilderMenuBarSkinBuilder.addChildren(Node... elements) Calls theaddAllmethod on the ObservableList returned by theMenuBarSkin#getChildren()method.MenuBarSkinBuilder.apply(Consumer<MenuBarSkin> func) Applies a function to the MenuBarSkin instance being constructed.MenuBarSkinBuilder.containerAlignment(Pos value) A builder method that invokes thesetContainerAlignmentmethod on the instance being constructed.MenuBarSkinBuilder.containerAlignmentPropertyApply(Consumer<ObjectProperty<Pos>> op) Applies a function to thecontainerAlignmentPropertyof the instance being constructed.static MenuBarSkinBuilderAccepts the constructor arguments ofMenuBarSkin(MenuBar)and returns an instance ofMenuBarSkinBuilder.MenuBarSkinBuilder.spacing(double value) A builder method that invokes thesetSpacingmethod on the instance being constructed.MenuBarSkinBuilder.spacingPropertyApply(Consumer<DoubleProperty> op) Applies a function to thespacingPropertyof the instance being constructed.