Package org.eclipse.wst.jsdt.ui.search

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.wst.jsdt.ui.queryParticipants.
ISearchRequestor A callback interface to report matches against.
 

Class Summary
ElementQuerySpecification Describes a search query by giving the IJavaScriptElement to search for.
PatternQuerySpecification Describes a search query by giving a textual pattern to search for.
QuerySpecification Describes a JavaScript search query.