Eclipse JDT
Release 3.0

Uses of Interface
org.eclipse.jdt.core.search.IJavaSearchScope

Packages that use IJavaSearchScope
org.eclipse.jdt.core.search Provides support for searching the workspace Java elements that match a particular description.  
org.eclipse.jdt.ui Application programming interfaces for interaction with the Eclipse Java User Interface.  
 

Uses of IJavaSearchScope in org.eclipse.jdt.core.search
 

Methods in org.eclipse.jdt.core.search that return IJavaSearchScope
static IJavaSearchScope SearchEngine.createHierarchyScope(IType type)
          Returns a Java search scope limited to the hierarchy of the given type.
static IJavaSearchScope SearchEngine.createHierarchyScope(IType type, WorkingCopyOwner owner)
          Returns a Java search scope limited to the hierarchy of the given type.
static IJavaSearchScope SearchEngine.createJavaSearchScope(org.eclipse.core.resources.IResource[] resources)
          Deprecated. Use SearchEngine.createJavaSearchScope(IJavaElement[]) instead.
static IJavaSearchScope SearchEngine.createJavaSearchScope(IJavaElement[] elements)
          Returns a Java search scope limited to the given Java elements.
static IJavaSearchScope SearchEngine.createJavaSearchScope(IJavaElement[] elements, boolean includeReferencedProjects)
          Returns a Java search scope limited to the given Java elements.
static IJavaSearchScope SearchEngine.createJavaSearchScope(IJavaElement[] elements, int includeMask)
          Returns a Java search scope limited to the given Java elements.
static IJavaSearchScope SearchEngine.createWorkspaceScope()
          Returns a Java search scope with the workspace as the only limit.
 

Methods in org.eclipse.jdt.core.search with parameters of type IJavaSearchScope
abstract  void SearchParticipant.locateMatches(SearchDocument[] documents, SearchPattern pattern, IJavaSearchScope scope, SearchRequestor requestor, org.eclipse.core.runtime.IProgressMonitor monitor)
          Locates the matches in the given documents using the given search pattern and search scope, and reports them to the givenn search requestor.
abstract  org.eclipse.core.runtime.IPath[] SearchParticipant.selectIndexes(SearchPattern query, IJavaSearchScope scope)
          Returns the collection of index locations to consider when performing the given search query in the given scope.
 void SearchEngine.search(org.eclipse.core.resources.IWorkspace workspace, String patternString, int searchFor, int limitTo, IJavaSearchScope scope, IJavaSearchResultCollector resultCollector)
          Deprecated. Use SearchEngine.search(SearchPattern, SearchParticipant[], IJavaSearchScope, SearchRequestor, IProgressMonitor) instead.
 void SearchEngine.search(org.eclipse.core.resources.IWorkspace workspace, IJavaElement element, int limitTo, IJavaSearchScope scope, IJavaSearchResultCollector resultCollector)
          Deprecated. Use SearchEngine.search(SearchPattern, SearchParticipant[], IJavaSearchScope, SearchRequestor, IProgressMonitor) instead.
 void SearchEngine.search(org.eclipse.core.resources.IWorkspace workspace, ISearchPattern searchPattern, IJavaSearchScope scope, IJavaSearchResultCollector resultCollector)
          Deprecated. Use SearchEngine.search(SearchPattern, SearchParticipant[], IJavaSearchScope, SearchRequestor, IProgressMonitor) instead.
 void SearchEngine.search(SearchPattern pattern, SearchParticipant[] participants, IJavaSearchScope scope, SearchRequestor requestor, org.eclipse.core.runtime.IProgressMonitor monitor)
          Searches for matches of a given search pattern.
 void SearchEngine.searchAllTypeNames(char[] packageName, char[] typeName, int matchRule, int searchFor, IJavaSearchScope scope, ITypeNameRequestor nameRequestor, int waitingPolicy, org.eclipse.core.runtime.IProgressMonitor progressMonitor)
          Searches for all top-level types and member types in the given scope.
 void SearchEngine.searchAllTypeNames(org.eclipse.core.resources.IWorkspace workspace, char[] packageName, char[] typeName, int matchMode, boolean isCaseSensitive, int searchFor, IJavaSearchScope scope, ITypeNameRequestor nameRequestor, int waitingPolicy, org.eclipse.core.runtime.IProgressMonitor progressMonitor)
          Deprecated. Use SearchEngine.searchAllTypeNames(char[], char[], int, int, IJavaSearchScope, ITypeNameRequestor, int, IProgressMonitor) instead
 

Uses of IJavaSearchScope in org.eclipse.jdt.ui
 

Methods in org.eclipse.jdt.ui with parameters of type IJavaSearchScope
static org.eclipse.ui.dialogs.SelectionDialog JavaUI.createTypeDialog(org.eclipse.swt.widgets.Shell parent, org.eclipse.jface.operation.IRunnableContext context, IJavaSearchScope scope, int style, boolean multipleSelection, String filter)
          Creates a selection dialog that lists all types in the given scope.
static org.eclipse.ui.dialogs.SelectionDialog JavaUI.createTypeDialog(org.eclipse.swt.widgets.Shell parent, org.eclipse.jface.operation.IRunnableContext context, IJavaSearchScope scope, int style, boolean multipleSelection)
          Creates a selection dialog that lists all types in the given scope.
static org.eclipse.ui.dialogs.SelectionDialog JavaUI.createMainTypeDialog(org.eclipse.swt.widgets.Shell parent, org.eclipse.jface.operation.IRunnableContext context, IJavaSearchScope scope, int style, boolean multipleSelection, String filter)
          Creates a selection dialog that lists all types in the given scope containing a standard main method.
static org.eclipse.ui.dialogs.SelectionDialog JavaUI.createMainTypeDialog(org.eclipse.swt.widgets.Shell parent, org.eclipse.jface.operation.IRunnableContext context, IJavaSearchScope scope, int style, boolean multipleSelection)
          Creates a selection dialog that lists all types in the given scope containing a standard main method.
 


Eclipse JDT
Release 3.0

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