public class WebSearchResult extends Object implements SearchResult
Constructor and Description |
---|
WebSearchResult(String name,
String url,
String details) |
WebSearchResult(String name,
String url,
String details,
String iconPath,
Map<String,String> extraProps) |
Modifier and Type | Method and Description |
---|---|
String |
iconPath() |
String |
name()
Title of the search result, intended for detailed display.
|
Map<String,String> |
properties() |
String |
url() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
context, identifier
public String url()
public String name()
SearchResult
name
in interface SearchResult
public String iconPath()
iconPath
in interface SearchResult
public Map<String,String> properties()
properties
in interface SearchResult
Copyright © 2015–2022 SciJava. All rights reserved.