Uses of Class
io.github.sosuisen.jfxbuilder.controls.CellSkinBaseBuilder
Packages that use CellSkinBaseBuilder
-
Uses of CellSkinBaseBuilder in io.github.sosuisen.jfxbuilder.controls
Methods in io.github.sosuisen.jfxbuilder.controls that return CellSkinBaseBuilderModifier and TypeMethodDescriptionfinal CellSkinBaseBuilder<C> CellSkinBaseBuilder.addChildren(Collection<? extends Node> col) Calls theaddAllmethod on the ObservableList returned by theCellSkinBase#getChildren()method.final CellSkinBaseBuilder<C> CellSkinBaseBuilder.addChildren(Node... elements) Calls theaddAllmethod on the ObservableList returned by theCellSkinBase#getChildren()method.CellSkinBaseBuilder.apply(Consumer<CellSkinBase<C>> func) Applies a function to the CellSkinBase instance being constructed.CellSkinBaseBuilder.cellSizePropertyApply(Consumer<ReadOnlyDoubleProperty> op) Applies a function to thecellSizePropertyof the instance being constructed.static <C extends Cell>
CellSkinBaseBuilder<C> CellSkinBaseBuilder.create(C control) Accepts the constructor arguments ofCellSkinBase(C)and returns an instance ofCellSkinBaseBuilder<C>.