|
Eclipse JDT Release 3.1 |
|||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
See:
Description
Interface Summary | |
---|---|
IMatchPresentation | This interface serves to display elements that a search participant has contributed to a search result. |
IQueryParticipant | This is the interface expected of extensions to the extension point
org.eclipse.jdt.ui.queryParticipants .
|
ISearchRequestor | A callback interface to report matches against. |
Class Summary | |
---|---|
ElementQuerySpecification |
Describes a search query by giving the IJavaElement to search
for.
|
PatternQuerySpecification | Describes a search query by giving a textual pattern to search for. |
QuerySpecification | Describes a Java search query. |
Application programming interfaces for Java search participants..
Clients who want to participate in Java search queries should implement IQueryParticipant. A query participant interprets a QuerySpecification and reports matches to a ISearchRequestor. If a query participant wishes to report matches against elements that are not IResources or IJavaElements, it has to implement a IMatchPresentation to render these elements.
|
Eclipse JDT Release 3.1 |
|||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |