Package org.brains2b.swingext.mask

Interface Summary
InputValidator Interface for defining Validators that can be used by MaskedField for displaying output masks.
 

Class Summary
DateValidator DateValidator is an InputValidator that functions like a display mask for dates.
MaskedField MaskedField extends JTextField as a convinience for implementing different display masks through InputValidator Be sure to understand that an InputValidator is implemented as setInputVerifier() for which there can be only one (grin!).
NumberValidator NumberValidator is an InputValidator that functions like a display mask for numbers.
TextValidator TextValidator is an InputValidator that functions like a display mask for Strings.
 

Exception Summary
MaskException Exception thrown by InputValidators and handled through the getErrorMessage() from org.brains2b.mask.InputValidator