Uses of Interface
com.aoapps.hodgepodge.swing.AoTextField.Formatter
Packages that use AoTextField.Formatter
-
Uses of AoTextField.Formatter in com.aoapps.hodgepodge.swing
Fields in com.aoapps.hodgepodge.swing declared as AoTextField.FormatterModifier and TypeFieldDescriptionstatic final AoTextField.Formatter<Object> AoTextField.Formatter.OBJECTS_TOSTRINGFormats by callingObjects.toString(java.lang.Object, java.lang.String)with a""null-default.static final AoTextField.Formatter<String> AoTextField.Formatter.TRIMMED_STRINGFormats a trimmedString, converting null to empty string.Constructors in com.aoapps.hodgepodge.swing with parameters of type AoTextField.FormatterModifierConstructorDescriptionAoTextField(AoTextField.Parser<? extends T> parser, AoTextField.Formatter<? super T> formatter) AoTextField(AoTextField.Parser<? extends T> parser, AoTextField.Formatter<? super T> formatter, int columns) AoTextField(AoTextField.Parser<? extends T> parser, AoTextField.Formatter<? super T> formatter, Document doc, T value, int columns) AoTextField(AoTextField.Parser<? extends T> parser, AoTextField.Formatter<? super T> formatter, T value) AoTextField(AoTextField.Parser<? extends T> parser, AoTextField.Formatter<? super T> formatter, T value, int columns)
