|
Eclipse Platform Release 3.7 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.help.search.AbstractSearchProcessor
public abstract class AbstractSearchProcessor
This class is responsible for handling any pre or post search processing events, including query manipulation and output to the search frame.
Constructor Summary | |
---|---|
AbstractSearchProcessor()
|
Method Summary | |
---|---|
abstract ISearchResult[] |
postSearch(String query,
ISearchResult[] results)
This method is called after the search is performed. |
abstract SearchProcessorInfo |
preSearch(String query)
This method is called before the search is performed. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AbstractSearchProcessor()
Method Detail |
---|
public abstract SearchProcessorInfo preSearch(String query)
SearchProcessorInfo
for types of information that can be used by
the search display.
SearchProcessorInfo
, or null
for no changes.public abstract ISearchResult[] postSearch(String query, ISearchResult[] results)
ISearchResult
[]
, or null
for no changes.
|
Eclipse Platform Release 3.7 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Guidelines for using Eclipse APIs.
Copyright (c) Eclipse contributors and others 2000, 2011. All rights reserved.