JIVE Platform
Release 0.3.1

Package edu.buffalo.cse.jive.ui.search

JIVE runtime search support.

See:
          Description

Interface Summary
IJiveSearchPage A page used by the Search dialog to define the user input fields of an IJiveSearchQuery and to create the query when the Search button is selected.
IJiveSearchQuery An ISearchQuery used to represent a search query over an IJiveDebugTarget.
IJiveSearchResult An ISearchResult used to represent results of an IJiveSearchQuery.
JiveSearchPattern.Importer A builder for a JiveSearchPattern.
 

Class Summary
AbstractJiveSearchPage An abstract implementation of an IJiveSearchPage used to update the status of the Search button.
AbstractJiveSearchQuery An abstract implementation of an IJiveSearchQuery.
ContourIDTokenizer A utility class used to break a ContourID into its various components.
ExecutionHistorySearchQuery An abstract search query over the execution history of an IJiveDebugTarget.
JiveSearchPattern A pattern used for encapsulating a common IJiveSearchQuery input or portion of input.
JiveSearchResult A search result for an IJiveSearchQuery.
SelectionTokenizer Utility class used to tokenize an ISelection into various components representing Java elements.
 

Enum Summary
RelationalOperator A representation of a relational operator for use by an IJiveSearchQuery.
 

Package edu.buffalo.cse.jive.ui.search Description

JIVE runtime search support.


JIVE Platform
Release 0.3.1