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 theaddAllmethod on the ObservableList returned by theTreeTableCellSkin#getChildren()method.final TreeTableCellSkinBuilder<S, T> TreeTableCellSkinBuilder.addChildren(Node... elements) Calls theaddAllmethod 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 thecellSizePropertyof 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 thetableColumnPropertyof the instance being constructed.