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