public class EverythingGlobalScope extends GlobalSearchScope
GlobalSearchScope.FilesScopeEMPTY_ARRAY, EMPTY_SCOPEALL, NONE| Constructor and Description |
|---|
EverythingGlobalScope() |
EverythingGlobalScope(Project project) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
contains(VirtualFile file) |
java.lang.String |
getDisplayName() |
java.util.Collection<UnloadedModuleDescription> |
getUnloadedModulesBelongingToScope()
Returns descriptions of unloaded modules content of whose might be included into this scope if they had been loaded.
|
SearchScope |
intersectWith(SearchScope scope2) |
boolean |
isForceSearchingInLibrarySources() |
boolean |
isSearchInLibraries() |
boolean |
isSearchInModuleContent(Module aModule) |
GlobalSearchScope |
union(SearchScope scope) |
accept, allScope, compare, everythingScope, fileScope, fileScope, fileScope, filesScope, filesScope, filesWithLibrariesScope, filesWithoutLibrariesScope, getProject, getScopeRestrictedByFileTypes, intersectWith, intersectWith, isSearchInModuleContent, moduleRuntimeScope, moduleScope, moduleTestsWithDependentsScope, moduleWithDependenciesAndLibrariesScope, moduleWithDependenciesAndLibrariesScope, moduleWithDependenciesScope, moduleWithDependentsScope, moduleWithLibrariesScope, notScope, projectScope, union, union, union, uniteWithcalcHashCode, getIcon, hashCodeclone, equals, finalize, getClass, notify, notifyAll, toString, wait, wait, waitandpublic EverythingGlobalScope(Project project)
public EverythingGlobalScope()
public java.lang.String getDisplayName()
getDisplayName in class SearchScopepublic boolean contains(VirtualFile file)
contains in class SearchScopepublic boolean isSearchInLibraries()
isSearchInLibraries in class GlobalSearchScopepublic boolean isForceSearchingInLibrarySources()
isForceSearchingInLibrarySources in class GlobalSearchScopepublic boolean isSearchInModuleContent(Module aModule)
isSearchInModuleContent in class GlobalSearchScopepublic java.util.Collection<UnloadedModuleDescription> getUnloadedModulesBelongingToScope()
GlobalSearchScopegetUnloadedModulesBelongingToScope in class GlobalSearchScopepublic GlobalSearchScope union(SearchScope scope)
union in class GlobalSearchScopepublic SearchScope intersectWith(SearchScope scope2)
intersectWith in class GlobalSearchScope