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. |