Package | Description |
---|---|
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 |
---|---|
Searcher |
SearchEvent.searcher() |
Modifier and Type | Method and Description |
---|---|
boolean |
SearchService.enabled(Searcher s)
Gets whether the given searcher plugin is currently enabled.
|
boolean |
DefaultSearchService.enabled(Searcher s) |
void |
SearchService.setEnabled(Searcher s,
boolean enabled)
Enables or disables the given searcher plugin.
|
void |
DefaultSearchService.setEnabled(Searcher s,
boolean enabled) |
Constructor and Description |
---|
SearchEvent(Searcher searcher,
List<SearchResult> results,
boolean exclusive) |
Modifier and Type | Class and Description |
---|---|
class |
ClassesSearcher
Searcher plugin for Java classes. |
Modifier and Type | Class and Description |
---|---|
class |
ModuleSearcher
Searcher plugin for SciJava modules. |
Modifier and Type | Class and Description |
---|---|
class |
SnippetSearcher
Searcher plugin for code snippets. |
Modifier and Type | Class and Description |
---|---|
class |
TemplateSearcher |
Modifier and Type | Class and Description |
---|---|
class |
BISESearcher
A searcher for the Bio-Imaging Search
Engine.
|
class |
ImageForumSearcher
A searcher for the Image.sc Forum.
|
class |
ImageJWikiSearcher
A searcher for finding pages of the ImageJ
wiki.
|
Copyright © 2015–2022 SciJava. All rights reserved.