edu.buffalo.cse.jive.ui.search
Class JiveSearchResult
java.lang.Object
   org.eclipse.search.ui.text.AbstractTextSearchResult
org.eclipse.search.ui.text.AbstractTextSearchResult
       edu.buffalo.cse.jive.ui.search.JiveSearchResult
edu.buffalo.cse.jive.ui.search.JiveSearchResult
- All Implemented Interfaces: 
- IJiveSearchResult, ISearchResult
- public class JiveSearchResult 
- extends AbstractTextSearchResult- implements IJiveSearchResult
A search result for an IJiveSearchQuery.  Currently, this uses much
 of the functionality provided by AbstractTextSearchResult.
 
 NOTE:  This dependency will be removed in the future.
 
 
| Methods inherited from class org.eclipse.search.ui.text.AbstractTextSearchResult | 
| addListener, addMatch, addMatches, fireChange, getActiveMatchFilters, getAllMatchFilters, getElements, getMatchCount, getMatchCount, getMatches, removeAll, removeListener, removeMatch, removeMatches, setActiveMatchFilters | 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
 
JiveSearchResult
public JiveSearchResult(IJiveSearchQuery query)
- Constructs a JiveSearchResultfor the supplied query.
 
- Parameters:
- query- the query associated with the result
 
getEditorMatchAdapter
public IEditorMatchAdapter getEditorMatchAdapter()
- 
- Specified by:
- getEditorMatchAdapterin class- AbstractTextSearchResult
 
- 
 
getFileMatchAdapter
public IFileMatchAdapter getFileMatchAdapter()
- 
- Specified by:
- getFileMatchAdapterin class- AbstractTextSearchResult
 
- 
 
getLabel
public String getLabel()
- 
- Specified by:
- getLabelin interface- ISearchResult
 
- 
 
getTooltip
public String getTooltip()
- 
- Specified by:
- getTooltipin interface- ISearchResult
 
- 
 
getImageDescriptor
public ImageDescriptor getImageDescriptor()
- 
- Specified by:
- getImageDescriptorin interface- ISearchResult
 
- 
 
getQuery
public ISearchQuery getQuery()
- 
- Specified by:
- getQueryin interface- ISearchResult
 
-