Eclipse JDT
Release 3.7

Uses of Class
org.eclipse.jdt.ui.search.QuerySpecification

Packages that use QuerySpecification
org.eclipse.jdt.ui.search Application programming interfaces for Java search participants.. 
 

Uses of QuerySpecification in org.eclipse.jdt.ui.search
 

Subclasses of QuerySpecification in org.eclipse.jdt.ui.search
 class ElementQuerySpecification
           Describes a search query by giving the IJavaElement to search for.
 class PatternQuerySpecification
           Describes a search query by giving a textual pattern to search for.
 

Methods in org.eclipse.jdt.ui.search with parameters of type QuerySpecification
 int IQueryParticipant.estimateTicks(QuerySpecification specification)
          Returns the number of units of work estimated.
 void IQueryParticipant.search(ISearchRequestor requestor, QuerySpecification querySpecification, IProgressMonitor monitor)
          Executes the search described by the given querySpecification.
 


Eclipse JDT
Release 3.7

Guidelines for using Eclipse APIs.

Copyright (c) 2000, 2011 IBM Corporation and others. All rights reserved.