Uses of Class
io.github.sosuisen.jfxbuilder.controls.ProgressIndicatorSkinBuilder
Packages that use ProgressIndicatorSkinBuilder
-
Uses of ProgressIndicatorSkinBuilder in io.github.sosuisen.jfxbuilder.controls
Methods in io.github.sosuisen.jfxbuilder.controls that return ProgressIndicatorSkinBuilderModifier and TypeMethodDescriptionProgressIndicatorSkinBuilder.addChildren(Collection<? extends Node> col) Calls theaddAllmethod on the ObservableList returned by theProgressIndicatorSkin#getChildren()method.ProgressIndicatorSkinBuilder.addChildren(Node... elements) Calls theaddAllmethod on the ObservableList returned by theProgressIndicatorSkin#getChildren()method.ProgressIndicatorSkinBuilder.apply(Consumer<ProgressIndicatorSkin> func) Applies a function to the ProgressIndicatorSkin instance being constructed.static ProgressIndicatorSkinBuilderProgressIndicatorSkinBuilder.create(ProgressIndicator control) Accepts the constructor arguments ofProgressIndicatorSkin(ProgressIndicator)and returns an instance ofProgressIndicatorSkinBuilder.