Uses of Class
io.github.sosuisen.jfxbuilder.controls.TableCellSkinBuilder
Packages that use TableCellSkinBuilder
-
Uses of TableCellSkinBuilder in io.github.sosuisen.jfxbuilder.controls
Methods in io.github.sosuisen.jfxbuilder.controls that return TableCellSkinBuilderModifier and TypeMethodDescriptionfinal TableCellSkinBuilder
<S, T> TableCellSkinBuilder.addChildren
(Collection<? extends Node> col) Calls theaddAll
method on the ObservableList returned by theTableCellSkin#getChildren()
method.final TableCellSkinBuilder
<S, T> TableCellSkinBuilder.addChildren
(Node... elements) Calls theaddAll
method on the ObservableList returned by theTableCellSkin#getChildren()
method.TableCellSkinBuilder.apply
(Consumer<TableCellSkin<S, T>> func) Applies a function to the TableCellSkin instance being constructed.TableCellSkinBuilder.cellSizePropertyApply
(Consumer<ReadOnlyDoubleProperty> op) Applies a function to thecellSizeProperty
of the instance being constructed.static <S,
T> TableCellSkinBuilder <S, T> Accepts the constructor arguments ofTableCellSkin(TableCell)
and returns an instance ofTableCellSkinBuilder<S, T>
.TableCellSkinBuilder.tableColumnPropertyApply
(Consumer<ReadOnlyObjectProperty<TableColumn<S, T>>> op) Applies a function to thetableColumnProperty
of the instance being constructed.