Class ProjectScope
- java.lang.Object
 - 
- jetbrains.mps.smodel.BaseScope
 - 
- jetbrains.mps.ide.findusages.model.scopes.FindUsagesScope
 - 
- jetbrains.mps.ide.findusages.model.scopes.ProjectScope
 
 
 
 
- 
- All Implemented Interfaces:
 IExternalizeable,SearchScope
public class ProjectScope extends FindUsagesScope
 
- 
- 
Field Summary
- 
Fields inherited from class jetbrains.mps.ide.findusages.model.scopes.FindUsagesScope
myModels, myModules 
 - 
 
- 
Constructor Summary
Constructors Constructor Description ProjectScope(Project project)ProjectScope(org.jdom.Element element, Project project) 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringtoString()- 
Methods inherited from class jetbrains.mps.ide.findusages.model.scopes.FindUsagesScope
addModel, addModule, getModels, getModules, load, primAddModel, primAddModule, read, save, scopeChanged, write 
- 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait 
- 
Methods inherited from interface org.jetbrains.mps.openapi.module.SearchScope
resolve, resolve, resolve 
 - 
 
 -