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