|
Eclipse CDT Pre-release 3.0 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ICSearchResultCollector
Field Summary | |
---|---|
static int |
EXACT_MATCH
The search result corresponds exactly to the search pattern. |
static int |
POTENTIAL_MATCH
The search result is potentially a match for the search pattern, but a problem prevented the search engine from being more accurate (typically because of the classpath was not correctly set). |
Method Summary | |
---|---|
void |
aboutToStart()
Called before the actual search starts. |
boolean |
acceptMatch(IMatch match)
|
IMatch |
createMatch(Object fileResource,
int start,
int end,
org.eclipse.cdt.core.parser.ISourceElementCallbackDelegate node,
IPath referringElement)
|
void |
done()
Called when the search has ended. |
IProgressMonitor |
getProgressMonitor()
Returns the progress monitor used to report progress. |
Field Detail |
---|
static final int EXACT_MATCH
static final int POTENTIAL_MATCH
Method Detail |
---|
void aboutToStart()
void done()
IMatch createMatch(Object fileResource, int start, int end, org.eclipse.cdt.core.parser.ISourceElementCallbackDelegate node, IPath referringElement) throws CoreException
CoreException
boolean acceptMatch(IMatch match) throws CoreException
CoreException
IProgressMonitor getProgressMonitor()
|
Eclipse CDT Pre-release 3.0 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |