Uses of Class
io.github.sosuisen.jfxbuilder.controls.LabelSkinBuilder
Packages that use LabelSkinBuilder
-
Uses of LabelSkinBuilder in io.github.sosuisen.jfxbuilder.controls
Methods in io.github.sosuisen.jfxbuilder.controls that return LabelSkinBuilderModifier and TypeMethodDescriptionfinal LabelSkinBuilder
LabelSkinBuilder.addChildren
(Collection<? extends Node> col) Calls theaddAll
method on the ObservableList returned by theLabelSkin#getChildren()
method.final LabelSkinBuilder
LabelSkinBuilder.addChildren
(Node... elements) Calls theaddAll
method on the ObservableList returned by theLabelSkin#getChildren()
method.Applies a function to the LabelSkin instance being constructed.static LabelSkinBuilder
Accepts the constructor arguments ofLabelSkin(Label)
and returns an instance ofLabelSkinBuilder
.