Modelers

Uses of Interface
org.topcased.search.core.engine.IModelSearchScope

Packages that use IModelSearchScope
org.topcased.search.core.engine   
 

Uses of IModelSearchScope in org.topcased.search.core.engine
 

Classes in org.topcased.search.core.engine that implement IModelSearchScope
 class ModelSearchScope
           
 

Methods in org.topcased.search.core.engine that return IModelSearchScope
 IModelSearchScope ModelSearchScopeFactory.createModelProjectSearchScope(AbstractModelExtensibleSearchParameters params, java.lang.String[] projectNames)
          Populates ModelSearchScope with potential resource participants for the given Project names array.
 IModelSearchScope ModelSearchScopeFactory.createModelSearchScope(AbstractModelExtensibleSearchParameters params, org.eclipse.ui.IWorkingSet[] workingSets)
          Populates ModelSearchScope with potential resource participants for the given IWorkingSet array.
 IModelSearchScope ModelSearchScopeFactory.createModelSearchScope(AbstractModelExtensibleSearchParameters params, java.lang.Object selection)
          Populates ModelSearchScope with potential resource participants for the given workspace selection.
 IModelSearchScope ModelSearchScopeFactory.createModelWorkspaceScope(AbstractModelExtensibleSearchParameters params)
          Populates ModelSearchScope with potential resource participants for the workspace root.
 


Modelers

Copyright (c) 2005 TOPCASED Contributors 2005 - 2007. All rights reserved.