Class Summary |
BasicNode |
A Class that represents an XML node and its contents |
HeadResultSet |
A HeadResultSet encapsulates the list of results returned from either a
local query or a Metacat query, but only presents the most recent revision
of a document as part of the Table Model. |
LocalQuery |
LocalQuery is a class designed to execute a query defined in
an XML document that follows the PathQuery DTD. |
Query |
A Class that represents a structured query, and can be
constructed from an XML serialization conforming to @see pathquery.dtd. |
QueryDialog |
Dialog which collects search information from user
to be used to create a Query |
QueryGroup |
A group of terms and other groups in a query, allowing arbitrarily
nested hierarchiies that can be combined using union or intersection. |
QueryPlugin |
|
QueryTerm |
A single term in a query, containing the path to be searched, the
value to match, and any relevant search modifiers. |
ResultFrame |
Display a ResultSet in a table view in window using an embedded
ResultPanel to construct the table. |
ResultPanel |
Display a ResultSet in a table view in a panel that can be
embedded in a window or tab or other location |
ResultSet |
A ResultSet encapsulates the list of results returned from either a
local query or a Metacat query. |
SubjectTermPanel |
This panel contains all the elements for a single text
query term. |
TaxonTermPanel |
This panel contains all the elements for a single taxon
query term. |
WrappedTextRenderer |
Renders the contents of a table cell as a JTextArea to allow for multiple
lines that wrap within the cell. |