Uses of Class
io.github.sosuisen.jfxbuilder.controls.TreeTableCellSkinBuilder
Packages that use TreeTableCellSkinBuilder
-
Uses of TreeTableCellSkinBuilder in io.github.sosuisen.jfxbuilder.controls
Methods in io.github.sosuisen.jfxbuilder.controls that return TreeTableCellSkinBuilderModifier and TypeMethodDescriptionfinal TreeTableCellSkinBuilder<S,
T> TreeTableCellSkinBuilder.addChildren
(Collection<? extends Node> col) Calls theaddAll
method on the ObservableList returned by theTreeTableCellSkin#getChildren()
method.final TreeTableCellSkinBuilder<S,
T> TreeTableCellSkinBuilder.addChildren
(Node... elements) Calls theaddAll
method on the ObservableList returned by theTreeTableCellSkin#getChildren()
method.TreeTableCellSkinBuilder.apply
(Consumer<TreeTableCellSkin<S, T>> func) Applies a function to the TreeTableCellSkin instance being constructed.TreeTableCellSkinBuilder.cellSizePropertyApply
(Consumer<ReadOnlyDoubleProperty> op) Applies a function to thecellSizeProperty
of the instance being constructed.static <S,
T> TreeTableCellSkinBuilder<S, T> TreeTableCellSkinBuilder.create
(TreeTableCell<S, T> control) Accepts the constructor arguments ofTreeTableCellSkin(TreeTableCell)
and returns an instance ofTreeTableCellSkinBuilder<S, T>
.TreeTableCellSkinBuilder.tableColumnPropertyApply
(Consumer<ReadOnlyObjectProperty<TreeTableColumn<S, T>>> op) Applies a function to thetableColumnProperty
of the instance being constructed.