Class Summary |
ErrorSupport |
Type description. |
FileVerifier |
Verifies that a String is a valid path to a file that exists. |
IpVerifier |
Verifies that the String has a valid IP format. |
NumberVerifier |
Ensures a value is a valid integer between two limits. |
PasswordVerifier |
Verifies that a password field has a proper length and no forbiden symbols. |
PatternVerifier |
Performs a validation based on the pattern specified on construction. |
PortVerifier |
Verifies TCP/IP port numbers. |
Template |
Simple template implementation. |
TextVerifier |
InputVerifier subclass that can be also used in non-Swing environments. |