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 TabPaneSkinBuilderTabPaneSkinBuilder.addChildren(Collection<? extends Node> col) Calls theaddAllmethod on the ObservableList returned by theTabPaneSkin#getChildren()method.final TabPaneSkinBuilderTabPaneSkinBuilder.addChildren(Node... elements) Calls theaddAllmethod on the ObservableList returned by theTabPaneSkin#getChildren()method.TabPaneSkinBuilder.apply(Consumer<TabPaneSkin> func) Applies a function to the TabPaneSkin instance being constructed.static TabPaneSkinBuilderAccepts the constructor arguments ofTabPaneSkin(TabPane)and returns an instance ofTabPaneSkinBuilder.