Follow Techotopia on Twitter

On-line Guides
All Guides
eBook Store
iOS / Android
Linux for Beginners
Office Productivity
Linux Installation
Linux Security
Linux Utilities
Linux Virtualization
Linux Kernel
System/Network Admin
Programming
Scripting Languages
Development Tools
Web Development
GUI Toolkits/Desktop
Databases
Mail Systems
openSolaris
Eclipse Documentation
Techotopia.com
Virtuatopia.com
Answertopia.com

How To Guides
Virtualization
General System Admin
Linux Security
Linux Filesystems
Web Servers
Graphics & Desktop
PC Hardware
Windows
Problem Solutions
Privacy Policy

  




 

 


Eclipse Platform
Release 3.5

Uses of Class
org.eclipse.search.core.text.TextSearchScope

Packages that use TextSearchScope
org.eclipse.search.core.text Classes giving access to the file (text) search functionality. 
org.eclipse.search.ui.text Provides the base classes to implement a search result view part for searches with textual matches. 
 

Uses of TextSearchScope in org.eclipse.search.core.text
 

Methods in org.eclipse.search.core.text that return TextSearchScope
static  TextSearchScope TextSearchScope. newSearchScope ( IResource[] rootResources, Pattern fileNamePattern, boolean visitDerivedResources)
          Creates a scope that consists of all files that match the fileNamePattern and that either are one of the roots, or have one of the roots in their parent chain.
 

Methods in org.eclipse.search.core.text with parameters of type TextSearchScope
abstract   IStatus TextSearchEngine. search ( TextSearchScope scope, TextSearchRequestor requestor, Pattern searchPattern, IProgressMonitor monitor)
          Uses a given search pattern to find matches in the content of workspace file resources.
 

Uses of TextSearchScope in org.eclipse.search.ui.text
 

Subclasses of TextSearchScope in org.eclipse.search.ui.text
 class FileTextSearchScope
          A text search scope used by the file search dialog.
 


Eclipse Platform
Release 3.5

Guidelines for using Eclipse APIs.

Copyright (c) Eclipse contributors and others 2000, 2008. All rights reserved.


 
 
  Published under the terms of the Eclipse Public License Version 1.0 ("EPL") Design by Interspire