|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use QueryManager | |
| org.bioquery.gui | Contains the Graphical User Interface (GUI) for the BioQuery application |
| Uses of QueryManager in org.bioquery.gui |
| Classes in org.bioquery.gui that implement QueryManager | |
class |
LocalQueryManager
This class is responsible for retrieving Query data (the number of items returned by each line of the Query) and the Query results (the full resultset of the Query). |
class |
ServerQueryManager
Deprecated. This class is deprecated. It implements QueryManager but rather than directly submitting Querys from the client, it contacts the SubmitQueryServlet on the server and sends the Query across the network to be submitted from the server. This use of the bioquery server as a proxy for submitting Querys was originally used to bypass applet and java web start security restrictions, but is not required because BioQuery has evolved into a full application. |
| Methods in org.bioquery.gui that return QueryManager | |
QueryManager |
BQFrame.getQueryManager()
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||