Uses of Class
io.github.sosuisen.jfxbuilder.controls.ScrollPaneSkinBuilder
Packages that use ScrollPaneSkinBuilder
-
Uses of ScrollPaneSkinBuilder in io.github.sosuisen.jfxbuilder.controls
Methods in io.github.sosuisen.jfxbuilder.controls that return ScrollPaneSkinBuilderModifier and TypeMethodDescriptionfinal ScrollPaneSkinBuilder
ScrollPaneSkinBuilder.addChildren
(Collection<? extends Node> col) Calls theaddAll
method on the ObservableList returned by theScrollPaneSkin#getChildren()
method.final ScrollPaneSkinBuilder
ScrollPaneSkinBuilder.addChildren
(Node... elements) Calls theaddAll
method on the ObservableList returned by theScrollPaneSkin#getChildren()
method.ScrollPaneSkinBuilder.apply
(Consumer<ScrollPaneSkin> func) Applies a function to the ScrollPaneSkin instance being constructed.static ScrollPaneSkinBuilder
ScrollPaneSkinBuilder.create
(ScrollPane control) Accepts the constructor arguments ofScrollPaneSkin(ScrollPane)
and returns an instance ofScrollPaneSkinBuilder
.