| Modifier and Type | Method and Description |
|---|---|
default Class<SearchResult> |
SearchActionFactory.getType() |
List<SearchResult> |
SearchEvent.results() |
List<SearchResult> |
Searcher.search(String text,
boolean fuzzy)
Searches for the given text.
|
| Modifier and Type | Method and Description |
|---|---|
default List<SearchAction> |
SearchService.actions(SearchResult result)
Gets the suite of available actions for the given search result.
|
protected abstract Class<?> |
SourceSearchActionFactory.classFromSearchResult(SearchResult result) |
SearchAction |
SourceSearchActionFactory.create(SearchResult result) |
| Constructor and Description |
|---|
SearchEvent(Searcher searcher,
List<SearchResult> results,
boolean exclusive) |
| Modifier and Type | Class and Description |
|---|---|
class |
ClassSearchResult
Search result for the
ClassesSearcher. |
| Modifier and Type | Method and Description |
|---|---|
List<SearchResult> |
ClassesSearcher.search(String text,
boolean fuzzy) |
| Modifier and Type | Method and Description |
|---|---|
protected Class<?> |
ClassSourceSearchActionFactory.classFromSearchResult(SearchResult result) |
boolean |
ClassSourceSearchActionFactory.supports(SearchResult result) |
| Modifier and Type | Method and Description |
|---|---|
SearchAction |
JavadocSearchActionFactory.create(SearchResult result) |
boolean |
JavadocSearchActionFactory.supports(SearchResult result) |
| Modifier and Type | Class and Description |
|---|---|
class |
ModuleSearchResult
Search result for the
ModuleSearcher. |
| Modifier and Type | Method and Description |
|---|---|
List<SearchResult> |
ModuleSearcher.search(String text,
boolean fuzzy) |
| Modifier and Type | Method and Description |
|---|---|
protected Class<?> |
ModuleSourceSearchActionFactory.classFromSearchResult(SearchResult result) |
SearchAction |
HelpSearchActionFactory.create(SearchResult result) |
SearchAction |
RunModuleSearchActionFactory.create(SearchResult result) |
boolean |
HelpSearchActionFactory.supports(SearchResult result) |
boolean |
RunModuleSearchActionFactory.supports(SearchResult result) |
boolean |
ModuleSourceSearchActionFactory.supports(SearchResult result) |
| Modifier and Type | Class and Description |
|---|---|
class |
SnippetSearchResult
Search result for the
ModuleSearcher. |
| Modifier and Type | Method and Description |
|---|---|
List<SearchResult> |
SnippetSearcher.search(String text,
boolean fuzzy) |
| Modifier and Type | Method and Description |
|---|---|
SearchAction |
RunSnippetActionFactory.create(SearchResult result) |
boolean |
RunSnippetActionFactory.supports(SearchResult result) |
| Modifier and Type | Class and Description |
|---|---|
class |
TemplateSearchResult |
| Modifier and Type | Method and Description |
|---|---|
List<SearchResult> |
TemplateSearcher.search(String text,
boolean fuzzy) |
| Modifier and Type | Class and Description |
|---|---|
class |
WebSearchResult
This class represents a typical web search result being represented by a
name/title of a website, an image (icon), the url of the website and some
text from the website as preview of its content.
|
| Modifier and Type | Method and Description |
|---|---|
List<SearchResult> |
ImageScSearcher.search(String text,
boolean fuzzy) |
List<SearchResult> |
BISESearcher.search(String text,
boolean fuzzy) |
| Modifier and Type | Method and Description |
|---|---|
SearchAction |
OpenInBrowserActionFactory.create(SearchResult result) |
boolean |
OpenInBrowserActionFactory.supports(SearchResult result) |
Copyright © 2017–2026 SciJava. All rights reserved.