Uses of Interface
org.eclipse.help.search.ISearchEngineResult
-
Packages that use ISearchEngineResult Package Description org.eclipse.help.search Provides the ability to add participants to help search and is responsible for creating search indices. -
-
Uses of ISearchEngineResult in org.eclipse.help.search
Subinterfaces of ISearchEngineResult in org.eclipse.help.search Modifier and Type Interface Description interfaceISearchEngineResult2An extension of the search result interface that allows engines to define engine result icon for each search result.Methods in org.eclipse.help.search with parameters of type ISearchEngineResult Modifier and Type Method Description voidISearchEngineResultCollector. accept(ISearchEngineResult searchResult)Accepts a new search result object.voidISearchEngineResultCollector. accept(ISearchEngineResult[] searchResults)Accepts an array of new search results.
-