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 IndexRangeBuilderIndexRangeBuilder.create(int start, int end) Accepts the constructor arguments ofIndexRange(int, int)and returns an instance ofIndexRangeBuilder.static IndexRangeBuilderIndexRangeBuilder.create(IndexRange range) Accepts the constructor arguments ofIndexRange(IndexRange)and returns an instance ofIndexRangeBuilder.