Uses of Class
io.github.sosuisen.jfxbuilder.controls.TreeTableViewResizeFeaturesBuilder
Packages that use TreeTableViewResizeFeaturesBuilder
-
Uses of TreeTableViewResizeFeaturesBuilder in io.github.sosuisen.jfxbuilder.controls
Methods in io.github.sosuisen.jfxbuilder.controls that return TreeTableViewResizeFeaturesBuilderModifier and TypeMethodDescriptionTreeTableViewResizeFeaturesBuilder.apply
(Consumer<TreeTableView.ResizeFeatures<S>> func) Applies a function to the ResizeFeatures instance being constructed.TreeTableViewResizeFeaturesBuilder.columnWidth
(TreeTableColumn<S, ?> col, double width) A builder method that invokes thesetColumnWidth
method on the instance being constructed.static <S> TreeTableViewResizeFeaturesBuilder<S>
TreeTableViewResizeFeaturesBuilder.create
(TreeTableView<S> treeTable, TreeTableColumn<S, ?> column, Double delta) Accepts the constructor arguments ofResizeFeatures(TreeTableView, TreeTableColumn, Double)
and returns an instance ofTreeTableViewResizeFeaturesBuilder<S>
.