public interface ISearchEngineResult2 extends ISearchEngineResult
Modifier and Type | Method and Description |
---|---|
boolean |
canOpen()
Tests whether this result's open action should be delegated to search engine.
|
URL |
getIconURL()
Returns an optional URL of the 16x16 icon to be used to render this search result.
|
String |
getId()
Returns a unique identifier that can be associated with this search result.
|
getCategory, getDescription, getForceExternalWindow, getHref, getLabel, getScore, toAbsoluteHref
String getId()
null
if not
available or not needed.canOpen()
,
ISearchEngine2.open(String)
URL getIconURL()
null
to
use the engine icon.boolean canOpen()
true
for engines that must open their results using non-standards
means, or false
for opening the result by the help system using the
provided href.
Copyright (c) 2000, 2014 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.