Uses of Class
uk.org.ogsadai.client.databrowser.DBGUI

Packages that use DBGUI
uk.org.ogsadai.client.databrowser Provides a graphical user-interface client (DataBrowser) to OGSA-DAI services. 
uk.org.ogsadai.client.databrowser.sql Provides a graphical user-interface to relational database-specific functionality of OGSA-DAI services. 
 

Uses of DBGUI in uk.org.ogsadai.client.databrowser
 

Fields in uk.org.ogsadai.client.databrowser declared as DBGUI
private  DBGUI DBRequestPanel.mParent
           
private  DBGUI DBQueryController.mGUI
           
private  DBGUI DBMenuController.mGUI
           
private  DBGUI DBDataServiceController.mGUI
           
 

Constructors in uk.org.ogsadai.client.databrowser with parameters of type DBGUI
DBRequestPanel(DBGUI parent, DBModel model)
           
DBMessageLevelSecuritySettingsDialog(DBGUI parent)
          Class constructor for a dialog for selecting/entering a data service URL.
DBQueryController(DBGUI gui, DBModel model, DBRequestView requestView)
          Construct the controls for submitting queries etc to the databases.
DBMenuController(DBGUI gui, DBModel model)
          Construct the controller for the drop down menus of the GUI
DBDataServiceController(DBGUI gui, DBModel model, DBDataServiceView dsView)
          Constructs the controller for the data service activities.
DBDataServiceSelectorDialog(DBGUI parent, DBDataServiceController controller, java.util.Vector oldURLs)
          Class constructor for a dialog for selecting/entering a data service URL.
 

Uses of DBGUI in uk.org.ogsadai.client.databrowser.sql
 

Constructors in uk.org.ogsadai.client.databrowser.sql with parameters of type DBGUI
DBJoinDialog(DBGUI parent, DBMenuController controller)
          Construct and display a dialog for entering parameters for a join.