|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.search.ui.text.AbstractTextSearchResult
org.eclipse.mylar.internal.tasks.ui.search.RepositorySearchResult
public class RepositorySearchResult
The collection of all the matches.
AbstractTextSearchResult
Field Summary | |
---|---|
private org.eclipse.search.ui.ISearchQuery |
repositoryQuery
The query producing this result. |
Constructor Summary | |
---|---|
RepositorySearchResult(org.eclipse.search.ui.ISearchQuery query)
Constructor for RepositorySearchResult class. |
Method Summary | |
---|---|
org.eclipse.search.ui.text.IEditorMatchAdapter |
getEditorMatchAdapter()
|
org.eclipse.search.ui.text.IFileMatchAdapter |
getFileMatchAdapter()
This function always returns null , as the matches for
this implementation of AbstractTextSearchResult never
contain files. |
org.eclipse.jface.resource.ImageDescriptor |
getImageDescriptor()
|
java.lang.String |
getLabel()
|
protected java.lang.String |
getPluralLabel()
Get the plural label for the number of results |
org.eclipse.search.ui.ISearchQuery |
getQuery()
|
protected java.lang.String |
getSingularLabel()
Get the singular label for the number of results |
java.lang.String |
getTooltip()
|
Methods inherited from class org.eclipse.search.ui.text.AbstractTextSearchResult |
---|
addListener, addMatch, addMatches, fireChange, getElements, getMatchCount, getMatchCount, getMatches, removeAll, removeListener, removeMatch, removeMatches |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private org.eclipse.search.ui.ISearchQuery repositoryQuery
Constructor Detail |
---|
public RepositorySearchResult(org.eclipse.search.ui.ISearchQuery query)
RepositorySearchResult
class.
query
- AbstractRepositorySearchQuery
that is producing
this result.Method Detail |
---|
public org.eclipse.search.ui.text.IEditorMatchAdapter getEditorMatchAdapter()
getEditorMatchAdapter
in class org.eclipse.search.ui.text.AbstractTextSearchResult
public org.eclipse.search.ui.text.IFileMatchAdapter getFileMatchAdapter()
null
, as the matches for
this implementation of AbstractTextSearchResult
never
contain files.
getFileMatchAdapter
in class org.eclipse.search.ui.text.AbstractTextSearchResult
AbstractTextSearchResult.getFileMatchAdapter()
public java.lang.String getLabel()
protected java.lang.String getSingularLabel()
protected java.lang.String getPluralLabel()
public java.lang.String getTooltip()
public org.eclipse.jface.resource.ImageDescriptor getImageDescriptor()
public org.eclipse.search.ui.ISearchQuery getQuery()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |