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 theaddAll
method on the ObservableList returned by theCellSkinBase#getChildren()
method.final CellSkinBaseBuilder<C>
CellSkinBaseBuilder.addChildren
(Node... elements) Calls theaddAll
method 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 thecellSizeProperty
of 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>
.