Java javax.swing.text InternationalFormatter fields, constructors, methods, implement or subclass

Example usage for Java javax.swing.text InternationalFormatter fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for javax.swing.text InternationalFormatter.

The text is from its open source code.

Constructor

InternationalFormatter(Format format)
Creates an InternationalFormatter with the specified Format instance.

Method

FormatgetFormat()
Returns the format that dictates the legal values that can be edited and displayed.
voidsetAllowsInvalid(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).
voidsetMaximum(Comparable max)
Sets the maximum permissible value.
voidsetMinimum(Comparable minimum)
Sets the minimum permissible value.