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 ScrollPaneSkinBuilderScrollPaneSkinBuilder.addChildren(Collection<? extends Node> col) Calls theaddAllmethod on the ObservableList returned by theScrollPaneSkin#getChildren()method.final ScrollPaneSkinBuilderScrollPaneSkinBuilder.addChildren(Node... elements) Calls theaddAllmethod on the ObservableList returned by theScrollPaneSkin#getChildren()method.ScrollPaneSkinBuilder.apply(Consumer<ScrollPaneSkin> func) Applies a function to the ScrollPaneSkin instance being constructed.static ScrollPaneSkinBuilderScrollPaneSkinBuilder.create(ScrollPane control) Accepts the constructor arguments ofScrollPaneSkin(ScrollPane)and returns an instance ofScrollPaneSkinBuilder.