Eclipse CDT
Pre-release 3.0

org.eclipse.cdt.core.search
Interface IMatchLocator

All Superinterfaces:
ICSearchConstants

public interface IMatchLocator
extends ICSearchConstants


Nested Class Summary
 
Nested classes/interfaces inherited from interface org.eclipse.cdt.core.search.ICSearchConstants
ICSearchConstants.LimitTo, ICSearchConstants.SearchFor
 
Field Summary
 
Fields inherited from interface org.eclipse.cdt.core.search.ICSearchConstants
ALL_OCCURRENCES, CANCEL_IF_NOT_READY_TO_SEARCH, CASE_INSENSITIVE, CASE_SENSITIVE, CLASS, CLASS_STRUCT, DECLARATIONS, DECLARATIONS_DEFINITIONS, DEFINITIONS, DERIVED, ENUM, ENUMTOR, EXACT_MATCH, EXTERNAL_SEARCH_LINK_PREFIX, FIELD, FORCE_IMMEDIATE_SEARCH, FRIEND, FUNCTION, INCLUDE, MACRO, METHOD, NAMESPACE, PATTERN_MATCH, PREFIX_MATCH, REFERENCES, STRUCT, TYPE, TYPEDEF, UNION, UNKNOWN_LIMIT_TO, UNKNOWN_SEARCH_FOR, VAR, WAIT_UNTIL_READY_TO_SEARCH
 
Method Summary
 void locateMatches(String[] paths, IWorkspace workspace, IWorkingCopy[] workingCopies)
           
 void setProgressMonitor(IProgressMonitor progressMonitor)
           
 

Method Detail

locateMatches

void locateMatches(String[] paths,
                   IWorkspace workspace,
                   IWorkingCopy[] workingCopies)
                   throws InterruptedException
Throws:
InterruptedException

setProgressMonitor

void setProgressMonitor(IProgressMonitor progressMonitor)

Eclipse CDT
Pre-release 3.0

Copyright (c) IBM Corp. and others 2004. All Rights Reserved.