Uses of Class
io.github.sosuisen.jfxbuilder.controls.TreeTableColumnCellDataFeaturesBuilder
Packages that use TreeTableColumnCellDataFeaturesBuilder
-
Uses of TreeTableColumnCellDataFeaturesBuilder in io.github.sosuisen.jfxbuilder.controls
Methods in io.github.sosuisen.jfxbuilder.controls that return TreeTableColumnCellDataFeaturesBuilderModifier and TypeMethodDescriptionTreeTableColumnCellDataFeaturesBuilder.apply(Consumer<TreeTableColumn.CellDataFeatures<S, T>> func) Applies a function to the CellDataFeatures instance being constructed.static <S,T> TreeTableColumnCellDataFeaturesBuilder <S, T> TreeTableColumnCellDataFeaturesBuilder.create(TreeTableView<S> treeTableView, TreeTableColumn<S, T> tableColumn, TreeItem<S> value) Accepts the constructor arguments ofCellDataFeatures(TreeTableView, TreeTableColumn, TreeItem)and returns an instance ofTreeTableColumnCellDataFeaturesBuilder<S, T>.