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 MenuBarSkinBuilder
MenuBarSkinBuilder.addChildren
(Collection<? extends Node> col) Calls theaddAll
method on the ObservableList returned by theMenuBarSkin#getChildren()
method.final MenuBarSkinBuilder
MenuBarSkinBuilder.addChildren
(Node... elements) Calls theaddAll
method 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 thesetContainerAlignment
method on the instance being constructed.MenuBarSkinBuilder.containerAlignmentPropertyApply
(Consumer<ObjectProperty<Pos>> op) Applies a function to thecontainerAlignmentProperty
of the instance being constructed.static MenuBarSkinBuilder
Accepts the constructor arguments ofMenuBarSkin(MenuBar)
and returns an instance ofMenuBarSkinBuilder
.MenuBarSkinBuilder.spacing
(double value) A builder method that invokes thesetSpacing
method on the instance being constructed.MenuBarSkinBuilder.spacingPropertyApply
(Consumer<DoubleProperty> op) Applies a function to thespacingProperty
of the instance being constructed.