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 theaddAllmethod on the ObservableList returned by theTreeCellSkin#getChildren()method.final TreeCellSkinBuilder<T> TreeCellSkinBuilder.addChildren(Node... elements) Calls theaddAllmethod 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 thecellSizePropertyof 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 thesetIndentmethod on the instance being constructed.TreeCellSkinBuilder.indentPropertyApply(Consumer<DoubleProperty> op) Applies a function to theindentPropertyof the instance being constructed.