Uses of Interface
org.eclipse.help.search.ISearchScope
-
Packages that use ISearchScope Package Description org.eclipse.help.search Provides the ability to add participants to help search and is responsible for creating search indices.org.eclipse.help.ui Provides a framework for editing and contributing to the help search scope. -
-
Uses of ISearchScope in org.eclipse.help.search
Methods in org.eclipse.help.search with parameters of type ISearchScope Modifier and Type Method Description void
ISearchEngine. run(String query, ISearchScope scope, ISearchEngineResultCollector collector, IProgressMonitor monitor)
-
Uses of ISearchScope in org.eclipse.help.ui
Methods in org.eclipse.help.ui that return ISearchScope Modifier and Type Method Description ISearchScope
ISearchScopeFactory. createSearchScope(IPreferenceStore store, String engineId, Dictionary<String,Object> parameters)
Returns a new search scope object created from the data in the preference store.
-