Uses of Class
iglu.polka.PTextField

Packages that use PTextField
iglu.jdbc Utility classes to make JDBC access easier. 
iglu.polka A set of extensions of the javax.swing package. 
 

Uses of PTextField in iglu.jdbc
 

Fields in iglu.jdbc declared as PTextField
static PTextField Login.fUsername
          the text field for the username.
protected static PTextField Login.fUrl
          the text field for the url.
protected static PTextField Login.fDriver
          the text field for the database.
 

Uses of PTextField in iglu.polka
 

Fields in iglu.polka declared as PTextField
protected  PTextField PDateRange.fFromDate
           
protected  PTextField PDateRange.fToDate