ISearchResultPage
), leaving it up to the search
how to model search results. AbstractTextSearchResult
and Match
can be used to port old searches to the new API design.public interface ISearchResultViewEntry
The UI allows stepping through this entry's markers grouped by the key.
This interface is not intended to be implemented by clients.
Modifier and Type | Method and Description |
---|---|
Object |
getGroupByKey()
Deprecated.
Returns the key by which this entry's markers
are logically grouped.
|
int |
getMatchCount()
Deprecated.
Returns the number of markers grouped by this entry.
|
IResource |
getResource()
Deprecated.
Returns the resource to which this entry's markers are attached.
|
IMarker |
getSelectedMarker()
Deprecated.
Returns the selected marker of this entry, or the first one
if no marker is selected.
|
Object getGroupByKey()
ISearchResultView.addMatch
.ISearchResultView.addMatch(java.lang.String, java.lang.Object, org.eclipse.core.resources.IResource, org.eclipse.core.resources.IMarker)
IResource getResource()
getSelectedMarker().getResource()
.int getMatchCount()
IMarker getSelectedMarker()
null
if the entry has no markers
Copyright (c) 2000, 2015 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.