Uses of Interface
org.bioquery.gui.BQGUI

Packages that use BQGUI
org.bioquery.gui Contains the Graphical User Interface (GUI) for the BioQuery application 
 

Uses of BQGUI in org.bioquery.gui
 

Classes in org.bioquery.gui that implement BQGUI
 class BQFrame
          The BQFrame class is the top-level container that holds the GUI, and thus runs the client-side portion of the BioQuery application.
 

Fields in org.bioquery.gui declared as BQGUI
protected  BQGUI View.myGUI
           
 

Methods in org.bioquery.gui that return BQGUI
 BQGUI View.getMyGUI()
           
 BQGUI ServerFileManager.getMyGUI()
           
 

Methods in org.bioquery.gui with parameters of type BQGUI
 void View.setMyGUI(BQGUI myGUI)
           
 void HtmlDataView.setMyGUI(BQGUI myGUI)
           
 void ServerFileManager.setMyGUI(BQGUI myGUI)
           
 void TextDataView.setMyGUI(BQGUI myGUI)
           
 

Constructors in org.bioquery.gui with parameters of type BQGUI
ServerQueryManager(BQGUI myGUI, ProgramManager myProgramManager)
          Deprecated.  
ServerFileManager(BQGUI myGUI, ProgramManager myProgramManager)