Uses of Class
io.github.sosuisen.jfxbuilder.controls.TextFormatterChangeBuilder
Packages that use TextFormatterChangeBuilder
-
Uses of TextFormatterChangeBuilder in io.github.sosuisen.jfxbuilder.controls
Methods in io.github.sosuisen.jfxbuilder.controls that return TextFormatterChangeBuilderModifier and TypeMethodDescriptionTextFormatterChangeBuilder.anchor(int newAnchor) A builder method that invokes thesetAnchormethod on the instance being constructed.TextFormatterChangeBuilder.apply(Consumer<TextFormatter.Change> func) Applies a function to the Change instance being constructed.TextFormatterChangeBuilder.caretPosition(int newCaretPosition) A builder method that invokes thesetCaretPositionmethod on the instance being constructed.TextFormatterChangeBuilder.range(int start, int end) A builder method that invokes thesetRangemethod on the instance being constructed.A builder method that invokes thesetTextmethod on the instance being constructed.