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 LabelSkinBuilderLabelSkinBuilder.addChildren(Collection<? extends Node> col) Calls theaddAllmethod on the ObservableList returned by theLabelSkin#getChildren()method.final LabelSkinBuilderLabelSkinBuilder.addChildren(Node... elements) Calls theaddAllmethod on the ObservableList returned by theLabelSkin#getChildren()method.Applies a function to the LabelSkin instance being constructed.static LabelSkinBuilderAccepts the constructor arguments ofLabelSkin(Label)and returns an instance ofLabelSkinBuilder.