Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Uses of Class
javatools.swing.TextComponentChecker

Uses of TextComponentChecker in javatools.swing
 

Subclasses of TextComponentChecker in javatools.swing
 class NoSpacesTCChecker
          Checks if a component contains a text with no spaces in it, and it is not empty.
 class NotEmptyTCChecker
          It is used to check if a text component contains a non empty value.
 class NumericTCChecker
          Checks if a text component contains a numeric value.
 class PositiveTCChecker
          Checks if a text component contains a positive numeric value.
 

Fields in javatools.swing declared as TextComponentChecker
private  TextComponentChecker DBMSUserInfoPanel.tccUserName
           
private  TextComponentChecker DBMSUserInfoPanel.tccPassword
           
private  TextComponentChecker DBMSUserInfoPanel.tccRepeatPassword
           
private  TextComponentChecker DBMSUserInfoPanel.tccDatabaseName
           
private  TextComponentChecker DBMSSpecificationPanel.tccPort
           
private  TextComponentChecker DBMSSpecificationPanel.tccAddress