public class DelegatingGlobalSearchScope extends GlobalSearchScope
GlobalSearchScope.FilesScope| Modifier and Type | Field and Description |
|---|---|
protected GlobalSearchScope |
myBaseScope |
EMPTY_ARRAY, EMPTY_SCOPEALL, NONE| Constructor and Description |
|---|
DelegatingGlobalSearchScope(GlobalSearchScope baseScope) |
DelegatingGlobalSearchScope(GlobalSearchScope baseScope,
java.lang.Object... equality) |
| Modifier and Type | Method and Description |
|---|---|
int |
calcHashCode()
To provide your own hash code please override this method instead of
SearchScope.hashCode() |
int |
compare(VirtualFile file1,
VirtualFile file2) |
boolean |
contains(VirtualFile file) |
boolean |
equals(java.lang.Object o) |
java.lang.String |
getDisplayName() |
javax.swing.Icon |
getIcon() |
java.util.Collection<UnloadedModuleDescription> |
getUnloadedModulesBelongingToScope()
Returns descriptions of unloaded modules content of whose might be included into this scope if they had been loaded.
|
boolean |
isSearchInLibraries() |
boolean |
isSearchInModuleContent(Module aModule) |
boolean |
isSearchInModuleContent(Module aModule,
boolean testSources) |
java.lang.String |
toString() |
accept, allScope, everythingScope, fileScope, fileScope, fileScope, filesScope, filesScope, filesWithLibrariesScope, filesWithoutLibrariesScope, getProject, getScopeRestrictedByFileTypes, intersectWith, intersectWith, intersectWith, isForceSearchingInLibrarySources, moduleRuntimeScope, moduleScope, moduleTestsWithDependentsScope, moduleWithDependenciesAndLibrariesScope, moduleWithDependenciesAndLibrariesScope, moduleWithDependenciesScope, moduleWithDependentsScope, moduleWithLibrariesScope, notScope, projectScope, union, union, union, union, uniteWithhashCodeclone, finalize, getClass, notify, notifyAll, wait, wait, waitandprotected final GlobalSearchScope myBaseScope
public DelegatingGlobalSearchScope(GlobalSearchScope baseScope)
public DelegatingGlobalSearchScope(GlobalSearchScope baseScope, java.lang.Object... equality)
public boolean contains(VirtualFile file)
contains in class SearchScopepublic int compare(VirtualFile file1, VirtualFile file2)
compare in class GlobalSearchScopepublic boolean isSearchInModuleContent(Module aModule)
isSearchInModuleContent in class GlobalSearchScopepublic boolean isSearchInModuleContent(Module aModule, boolean testSources)
isSearchInModuleContent in class GlobalSearchScopepublic boolean isSearchInLibraries()
isSearchInLibraries in class GlobalSearchScopepublic java.util.Collection<UnloadedModuleDescription> getUnloadedModulesBelongingToScope()
GlobalSearchScopegetUnloadedModulesBelongingToScope in class GlobalSearchScopepublic java.lang.String getDisplayName()
getDisplayName in class SearchScopepublic javax.swing.Icon getIcon()
getIcon in class SearchScopepublic java.lang.String toString()
toString in class java.lang.Objectpublic boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int calcHashCode()
SearchScopeSearchScope.hashCode()calcHashCode in class SearchScope