Uses of Class
org.bioquery.gui.View

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

Uses of View in org.bioquery.gui
 

Subclasses of View in org.bioquery.gui
 class DataView
           
 class DefaultQueryView
          This class represents a view and controller for manipulating Query objects.
 class HtmlDataView
          This DataView displays HTML files, but attempts to open an external web browser to display links.
 class 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.
 class TextDataView
          This DataView displays simple, editable text files, and is suitable for displaying resultsets that are returned in plain text.
 

Methods in org.bioquery.gui that return View
 View ProgramManager.getViewForExtension(java.lang.String extension)
           
 

Methods in org.bioquery.gui with parameters of type View
 void ServerQueryManager.getQueryResults(Query theQuery, View receivingView)
          Deprecated.  
 void QueryManager.getQueryResults(Query theQuery, View receivingView)
           
 void BQFileManager.saveFile(java.lang.String path, View viewToSave)
           
 void BQGUI.displayView(java.lang.Object content, View receivingView, java.lang.String fullPath, java.lang.String fileName)
           
 void ServerFileManager.saveFile(java.lang.String path, View viewToSave)
           
 void BQFrame.addView(View theView)
           
 void BQFrame.displayView(java.lang.Object theContent, View receivingView, java.lang.String path, java.lang.String filename)
          Displays theContent in an appropriate View.
 boolean BQFrame.saveFile(View viewToSave)
           
 boolean BQFrame.saveAsFile(View viewToSave)
           
 boolean BQFrame.saveLocally(View viewToSave)
           
 java.lang.String ProgramManager.getExtensionForView(View view)
           
 boolean ProgramManager.isExtensionValid(java.lang.String extension, View view)
           
 void LocalQueryManager.getQueryResults(Query theQuery, View receivingView)