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