Uses of Interface
gov.usda.gdpc.DBGateway

Packages that use DBGateway
gov.usda.gdpc This is the main package for The Genomic Diversity and Phenotype Connection (GDPC). 
gov.usda.gdpc.browser This package provides a browser which uses the GDPC gateway to retrieve Genomic and Phenotypic data. 
 

Uses of DBGateway in gov.usda.gdpc
 

Classes in gov.usda.gdpc that implement DBGateway
 class AbstractDBGateway
          This class provides a skeletal implementation of the DBGateway interface to minimize the effort required to implement this interface.
 class DefaultDBGateway
          This is the default implementation of the database gateway.
 

Methods in gov.usda.gdpc that return DBGateway
static DBGateway DefaultDBGateway.getInstance()
          This creates an instance of this class, and subsequent calls returns that same instance.
 

Uses of DBGateway in gov.usda.gdpc.browser
 

Constructors in gov.usda.gdpc.browser with parameters of type DBGateway
DBElementPanel(java.lang.Class elementType, DBGateway gateway, java.lang.String[] refLabels, javax.swing.ListModel[] refListModels, Property[] refProps)
          DBElementPanel Constructor.
DBElementPanel(java.lang.Class elementType, DBGateway gateway, Browser browser, Property[] distinctProps)
          DBElementPanel Constructor.
DBElementPanel(java.lang.Class elementType, DBGateway gateway, Browser browser, Property[] distinctProps, java.lang.String[] refLabels, javax.swing.ListModel[] refListModels, Property[] refProps)
          DBElementPanel Constructor.
FilterValuesPanel(DBGateway gateway, Browser browser)
          FilterValuesPanel Constructor.
FilterValuesPanel(DBGateway gateway, Property[] properties, Browser browser)
          FilterValuesPanel Constructor.