public class EverythingGlobalScope extends GlobalSearchScope
GlobalSearchScope.FilesScope
EMPTY_ARRAY, EMPTY_SCOPE
ALL, 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, uniteWith
calcHashCode, getIcon, hashCode
clone, equals, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
and
public EverythingGlobalScope(Project project)
public EverythingGlobalScope()
public java.lang.String getDisplayName()
getDisplayName
in class SearchScope
public boolean contains(VirtualFile file)
contains
in class SearchScope
public boolean isSearchInLibraries()
isSearchInLibraries
in class GlobalSearchScope
public boolean isForceSearchingInLibrarySources()
isForceSearchingInLibrarySources
in class GlobalSearchScope
public boolean isSearchInModuleContent(Module aModule)
isSearchInModuleContent
in class GlobalSearchScope
public java.util.Collection<UnloadedModuleDescription> getUnloadedModulesBelongingToScope()
GlobalSearchScope
getUnloadedModulesBelongingToScope
in class GlobalSearchScope
public GlobalSearchScope union(SearchScope scope)
union
in class GlobalSearchScope
public SearchScope intersectWith(SearchScope scope2)
intersectWith
in class GlobalSearchScope