|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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 | |
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 |
static void |
SearchCommand.doQuery(MorphoFrame resultWindow,
Query query)
Run the search query |
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. |
|
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 |
|
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 |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |