Uses of Class
io.github.sosuisen.jfxbuilder.controls.TreeCellSkinBuilder
Packages that use TreeCellSkinBuilder
-
Uses of TreeCellSkinBuilder in io.github.sosuisen.jfxbuilder.controls
Methods in io.github.sosuisen.jfxbuilder.controls that return TreeCellSkinBuilderModifier and TypeMethodDescriptionfinal TreeCellSkinBuilder<T>
TreeCellSkinBuilder.addChildren
(Collection<? extends Node> col) Calls theaddAll
method on the ObservableList returned by theTreeCellSkin#getChildren()
method.final TreeCellSkinBuilder<T>
TreeCellSkinBuilder.addChildren
(Node... elements) Calls theaddAll
method on the ObservableList returned by theTreeCellSkin#getChildren()
method.TreeCellSkinBuilder.apply
(Consumer<TreeCellSkin<T>> func) Applies a function to the TreeCellSkin instance being constructed.TreeCellSkinBuilder.cellSizePropertyApply
(Consumer<ReadOnlyDoubleProperty> op) Applies a function to thecellSizeProperty
of the instance being constructed.static <T> TreeCellSkinBuilder<T>
Accepts the constructor arguments ofTreeCellSkin(TreeCell)
and returns an instance ofTreeCellSkinBuilder<T>
.TreeCellSkinBuilder.indent
(double value) A builder method that invokes thesetIndent
method on the instance being constructed.TreeCellSkinBuilder.indentPropertyApply
(Consumer<DoubleProperty> op) Applies a function to theindentProperty
of the instance being constructed.