Uses of Class
io.github.sosuisen.jfxbuilder.controls.HyperlinkSkinBuilder
Packages that use HyperlinkSkinBuilder
-
Uses of HyperlinkSkinBuilder in io.github.sosuisen.jfxbuilder.controls
Methods in io.github.sosuisen.jfxbuilder.controls that return HyperlinkSkinBuilderModifier and TypeMethodDescriptionfinal HyperlinkSkinBuilder
HyperlinkSkinBuilder.addChildren
(Collection<? extends Node> col) Calls theaddAll
method on the ObservableList returned by theHyperlinkSkin#getChildren()
method.final HyperlinkSkinBuilder
HyperlinkSkinBuilder.addChildren
(Node... elements) Calls theaddAll
method on the ObservableList returned by theHyperlinkSkin#getChildren()
method.HyperlinkSkinBuilder.apply
(Consumer<HyperlinkSkin> func) Applies a function to the HyperlinkSkin instance being constructed.static HyperlinkSkinBuilder
Accepts the constructor arguments ofHyperlinkSkin(Hyperlink)
and returns an instance ofHyperlinkSkinBuilder
.