Package | Description |
---|---|
org.eclipse.jdt.ui.search |
Application programming interfaces for Java search participants..
|
Modifier and Type | Class and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
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 . |
Copyright (c) 2000, 2015 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.