Uses of Class
io.github.sosuisen.jfxbuilder.controls.TableViewResizeFeaturesBuilder
Packages that use TableViewResizeFeaturesBuilder
-
Uses of TableViewResizeFeaturesBuilder in io.github.sosuisen.jfxbuilder.controls
Methods in io.github.sosuisen.jfxbuilder.controls that return TableViewResizeFeaturesBuilderModifier and TypeMethodDescriptionTableViewResizeFeaturesBuilder.apply
(Consumer<TableView.ResizeFeatures<S>> func) Applies a function to the ResizeFeatures instance being constructed.static <S> TableViewResizeFeaturesBuilder
<S> TableViewResizeFeaturesBuilder.create
(TableView<S> table, TableColumn<S, ?> column, Double delta) Accepts the constructor arguments ofResizeFeatures(TableView, TableColumn, Double)
and returns an instance ofTableViewResizeFeaturesBuilder<S>
.