Class TypeSafeVerifier


  • public final class TypeSafeVerifier
    extends javax.swing.InputVerifier
    This class creates a custom verifier for JTextComponents by extending the InputVerifier. With this verifier we achieve the following data validation within a field:
  • min characters
  • trimspaces or not
  • byte,short,int and long numbers parsing
  • float and double numbers parsing
  • date parsing
Since:
1.20
Author:
Gregory Kotsaftis