Uses of Class
io.github.sosuisen.jfxbuilder.controls.ResizeFeaturesBaseBuilder
Packages that use ResizeFeaturesBaseBuilder
-
Uses of ResizeFeaturesBaseBuilder in io.github.sosuisen.jfxbuilder.controls
Methods in io.github.sosuisen.jfxbuilder.controls that return ResizeFeaturesBaseBuilderModifier and TypeMethodDescriptionResizeFeaturesBaseBuilder.apply
(Consumer<ResizeFeaturesBase<S>> func) Applies a function to the ResizeFeaturesBase instance being constructed.static <S> ResizeFeaturesBaseBuilder
<S> ResizeFeaturesBaseBuilder.create
(TableColumnBase<S, ?> column, Double delta) Accepts the constructor arguments ofResizeFeaturesBase(TableColumnBase, Double)
and returns an instance ofResizeFeaturesBaseBuilder<S>
.