Uses of Class
io.github.sosuisen.jfxbuilder.controls.IndexRangeBuilder
Packages that use IndexRangeBuilder
-
Uses of IndexRangeBuilder in io.github.sosuisen.jfxbuilder.controls
Methods in io.github.sosuisen.jfxbuilder.controls that return IndexRangeBuilderModifier and TypeMethodDescriptionIndexRangeBuilder.apply
(Consumer<IndexRange> func) Applies a function to the IndexRange instance being constructed.static IndexRangeBuilder
IndexRangeBuilder.create
(int start, int end) Accepts the constructor arguments ofIndexRange(int, int)
and returns an instance ofIndexRangeBuilder
.static IndexRangeBuilder
IndexRangeBuilder.create
(IndexRange range) Accepts the constructor arguments ofIndexRange(IndexRange)
and returns an instance ofIndexRangeBuilder
.