Uses of Package
org.bioquery.gui

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

Classes in org.bioquery.gui used by org.bioquery.gui
BQFileManager
          This interface defines the file operations required by the GUI.
BQFrame
          The BQFrame class is the top-level container that holds the GUI, and thus runs the client-side portion of the BioQuery application.
BQGUI
          Interface that defines the basic operations of the GUI.
BQTreeNode
          A MutableTreeNode customized to present files and directories.
DataView
           
FileManagerView
          A JPanel that displays the users files in a TreeView.
ProgramManager
          This class holds system data, the location (URL) of the server, file type information, and class names for dynamically instantiating classes.
QueryManager
          Interface that defines the parameters needed to submit a Query.
QueryView
          The abstract QueryView defines that a Query must be held as the model to child Views, and that the View is an Observer and must implement an update method to handle changes to the Query.
UnknownFileTypeException
          Exception thrown whenever a file type is not understood by the program, or an appropriate view cannot be determined for a file or object.
View
          Abstract class that defines a basic View which can be displayed by the GUI.
ViewException
          Exception thrown whenever a View cannot be found or displayed.