Uses of Class
io.github.sosuisen.jfxbuilder.controls.TableRowSkinBuilder
Packages that use TableRowSkinBuilder
-
Uses of TableRowSkinBuilder in io.github.sosuisen.jfxbuilder.controls
Methods in io.github.sosuisen.jfxbuilder.controls that return TableRowSkinBuilderModifier and TypeMethodDescriptionfinal TableRowSkinBuilder<T> TableRowSkinBuilder.addChildren(Collection<? extends Node> col) Calls theaddAllmethod on the ObservableList returned by theTableRowSkin#getChildren()method.final TableRowSkinBuilder<T> TableRowSkinBuilder.addChildren(Node... elements) Calls theaddAllmethod on the ObservableList returned by theTableRowSkin#getChildren()method.TableRowSkinBuilder.apply(Consumer<TableRowSkin<T>> func) Applies a function to the TableRowSkin instance being constructed.TableRowSkinBuilder.cellSizePropertyApply(Consumer<ReadOnlyDoubleProperty> op) Applies a function to thecellSizePropertyof the instance being constructed.static <T> TableRowSkinBuilder<T> Accepts the constructor arguments ofTableRowSkin(TableRow)and returns an instance ofTableRowSkinBuilder<T>.