|
JIVE Platform Release 0.2.2 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IJiveSearchQuery
An ISearchQuery used to represent a search query over an
IJiveDebugTarget. Implementors should call
performSearch(IProgressMonitor, IJiveDebugTarget) in
ISearchQuery.run(IProgressMonitor) for each available target.
ExecutionHistorySearchQuery| Method Summary | |
|---|---|
ImageDescriptor |
getImageDescriptor()
Returns an ImageDescriptor used to represent the search query's
result in the Search view's 'Show Previous Searches' tool bar action. |
String |
getResultLabel(int matchCount)
Returns a label describing the search result used in the Search view. |
Class<? extends Object> |
getResultType()
Returns the type of search result matches collected by the search query. |
IStatus |
performSearch(IProgressMonitor monitor,
IJiveDebugTarget target)
Performs the query over the given IJiveDebugTarget using the
supplied IProgressMonitor. |
| Methods inherited from interface org.eclipse.search.ui.ISearchQuery |
|---|
canRerun, canRunInBackground, getLabel, getSearchResult, run |
| Method Detail |
|---|
IStatus performSearch(IProgressMonitor monitor,
IJiveDebugTarget target)
IJiveDebugTarget using the
supplied IProgressMonitor. Implementors can call this method
for each target in existence.
monitor - the progress monitor of the searchtarget - the target to search
Class<? extends Object> getResultType()
NOTE: This will be changed in the future. For now, return Event.class for a result containing matches of mixed event types or return the specific class literal for a result containing matches of a single event type (e.g., AssignEvent.class).
String getResultLabel(int matchCount)
matchCount - the number of matches thus far
ImageDescriptor getImageDescriptor()
ImageDescriptor used to represent the search query's
result in the Search view's 'Show Previous Searches' tool bar action.
|
JIVE Platform Release 0.2.2 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||