Uses of Class
io.github.sosuisen.jfxbuilder.controls.TextFormatterBuilder
Packages that use TextFormatterBuilder
-
Uses of TextFormatterBuilder in io.github.sosuisen.jfxbuilder.controls
Methods in io.github.sosuisen.jfxbuilder.controls that return TextFormatterBuilderModifier and TypeMethodDescriptionTextFormatterBuilder.apply(Consumer<TextFormatter<V>> func) Applies a function to the TextFormatter instance being constructed.static <V> TextFormatterBuilder<V> TextFormatterBuilder.create(UnaryOperator<TextFormatter.Change> filter) Accepts the constructor arguments ofTextFormatter(UnaryOperator)and returns an instance ofTextFormatterBuilder<V>.static <V> TextFormatterBuilder<V> TextFormatterBuilder.create(StringConverter<V> valueConverter) Accepts the constructor arguments ofTextFormatter(StringConverter)and returns an instance ofTextFormatterBuilder<V>.static <V> TextFormatterBuilder<V> TextFormatterBuilder.create(StringConverter<V> valueConverter, V defaultValue) Accepts the constructor arguments ofTextFormatter(StringConverter, V)and returns an instance ofTextFormatterBuilder<V>.static <V> TextFormatterBuilder<V> TextFormatterBuilder.create(StringConverter<V> valueConverter, V defaultValue, UnaryOperator<TextFormatter.Change> filter) Accepts the constructor arguments ofTextFormatter(StringConverter, V, UnaryOperator)and returns an instance ofTextFormatterBuilder<V>.A builder method that invokes thesetValuemethod on the instance being constructed.TextFormatterBuilder.valuePropertyApply(Consumer<ObjectProperty<V>> op) Applies a function to thevaluePropertyof the instance being constructed.