Example usage for Java javax.swing.text InternationalFormatter fields, constructors, methods, implement or subclass
The text is from its open source code.
InternationalFormatter(Format format) Creates an InternationalFormatter with the specified Format instance. |
Format | getFormat() Returns the format that dictates the legal values that can be edited and displayed. |
void | setAllowsInvalid(boolean allowsInvalid) Sets whether or not the value being edited is allowed to be invalid for a length of time (that is, stringToValue throws a ParseException ). |
void | setMaximum(Comparable> max) Sets the maximum permissible value. |
void | setMinimum(Comparable> minimum) Sets the minimum permissible value. |