Package | Description |
---|---|
org.scijava.batch | |
org.scijava.search | |
org.scijava.search.classes | |
org.scijava.search.module | |
org.scijava.search.snippet | |
org.scijava.search.template | |
org.scijava.search.web |
Modifier and Type | Method and Description |
---|---|
SearchAction |
BatchModuleSearchActionFactory.create(SearchResult result) |
boolean |
BatchModuleSearchActionFactory.supports(SearchResult result) |
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.
|
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 |
---|---|
SearchAction |
SourceSearchActionFactory.create(SearchResult result) |
SearchAction |
JavadocSearchActionFactory.create(SearchResult result) |
boolean |
SourceSearchActionFactory.supports(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 |
---|---|
SearchAction |
RunModuleSearchActionFactory.create(SearchResult result) |
boolean |
RunModuleSearchActionFactory.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> |
ImageJWikiSearcher.search(String text,
boolean fuzzy) |
List<SearchResult> |
ImageForumSearcher.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 © 2015–2022 SciJava. All rights reserved.