Uses of Class
edu.ucsb.nceas.morpho.query.Query

Packages that use Query
edu.ucsb.nceas.morpho.query   
 

Uses of Query in edu.ucsb.nceas.morpho.query
 

Methods in edu.ucsb.nceas.morpho.query that return Query
 Query RunSavedQueryCommand.getQuery()
          Get query from the object
 Query ResultSet.getQuery()
          Get the query that was used to construct these results
 Query QueryDialog.getQuery()
          Get the Query built using this dialog box
 

Methods in edu.ucsb.nceas.morpho.query with parameters of type Query
static void SearchCommand.doQuery(MorphoFrame resultWindow, Query query, boolean sorted, int sortedIndex, java.lang.String sortedOder, boolean sendEvent)
          Run the search query
 void RunSavedQueryCommand.setQuery(Query myQuery)
          Set query to this object
 void ResultSet.setQuery(Query query)
          Set the query that was used to construct these results (for use by LocalQuery)
 void QueryDialog.setQuery(Query query)
          Set the query that should be displayed and edited in the dialog
 

Constructors in edu.ucsb.nceas.morpho.query with parameters of type Query
RunSavedQueryCommand(Query myQuery)
          Constructor of SearcCommand
ResultSet(Query query, java.lang.String source, java.util.Vector vec, Morpho morpho)
          Construct a ResultSet instance from a vector of vectors; for use with LocalQuery
ResultSet(Query query, java.lang.String source, java.io.InputStream resultsXMLStream, Morpho morpho)
          Construct a ResultSet instance given a query object and a InputStream that represents an XML encoding of the results.
OpenDialogBox(MorphoFrame parent, Morpho morpho, Query myQuery)
          Construct a new instance of the query dialog
LocalQuery(Query query, Morpho morpho)
          Basic Constuctor for the class
HeadResultSet(Query query, java.lang.String source, java.io.InputStream resultsXMLStream, Morpho morpho)
          Construct a HeadResultSet instance given a query object and a InputStream that represents an XML encoding of the results.
HeadResultSet(Query query, java.lang.String source, java.util.Vector vec, Morpho morpho)
          Construct a HeadResultSet instance from a vector of vectors; for use with LocalQuery
 



Copyright © 2000 National Center for Ecological Analysis and Synthesis. All Rights Reserved.