Package com.jgoodies.validation.formatter

Contains Formatter classes useful for configuring JFormattedTextFields.

See:
          Description

Class Summary
EmptyDateFormatter In addition to its superclass DateFormatter, this class converts to/from the empty string.
EmptyNumberFormatter In addition to its superclass NumberFormatter, this class converts to/from the empty string.
RelativeDateFormatter Adds relative dates and output shortcuts to its superclass EmptyDateFormatter.
 

Package com.jgoodies.validation.formatter Description

Contains Formatter classes useful for configuring JFormattedTextFields. These are demonstrated in the 'Formatted' tutorial examples. The API of these classes is work in progress and may change without notice. The classes may even be completely removed from future versions of the Validation library. If you want to use a class from this package, you may consider copying it into your codebase.

Related Documentation

For more information see:

See Also:
com.jgoodies.validation.view


Copyright © 2003-2008 JGoodies Karsten Lentzsch. All Rights Reserved.