Modifier and Type | Interface and Description |
---|---|
interface |
App
Metadata about a SciJava-based application, used by the
AppService . |
Modifier and Type | Class and Description |
---|---|
class |
AbstractApp
Abstract superclass of
App implementations. |
class |
SciJavaApp
Application metadata about SciJava Common.
|
Modifier and Type | Class and Description |
---|---|
class |
BatchModuleSearchActionFactory
Search action for executing a SciJava module in batch mode.
|
Modifier and Type | Interface and Description |
---|---|
interface |
BatchInputProvider<I> |
Modifier and Type | Class and Description |
---|---|
class |
FileBatchInputProvider |
Modifier and Type | Class and Description |
---|---|
class |
RunArgument
Deprecated.
Use
RunArgument instead. |
Modifier and Type | Class and Description |
---|---|
class |
CommandCodeRunner
Runs the given
Command class. |
Modifier and Type | Interface and Description |
---|---|
interface |
ConsoleArgument
A plugin which extends an application's command line argument handling.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractConsoleArgument
Abstract superclass of
ConsoleArgument implementations. |
class |
SystemPropertyArgument
Handles the
-D command line argument, in an analogous way to tools
such as Java and Maven. |
Modifier and Type | Interface and Description |
---|---|
interface |
Converter<I,O>
Extensible conversion
Plugin for converting between classes and
types. |
Modifier and Type | Interface and Description |
---|---|
interface |
IOPlugin<D>
A plugin which extends an application's I/O capabilities.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractIOPlugin<D>
Abstract base class for
IOPlugin s. |
Modifier and Type | Class and Description |
---|---|
class |
OpenArgument
Handles the
--open command line argument. |
Modifier and Type | Class and Description |
---|---|
class |
HTTPLocationResolver |
Modifier and Type | Interface and Description |
---|---|
interface |
LocationResolver
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractLocationResolver
Abstract super class for
LocationResolver plugins. |
class |
FileLocationResolver
Implementation of
LocationResolver for FileLocation . |
Modifier and Type | Class and Description |
---|---|
class |
MainArgument
Handles the
--main command line argument, which launches an
alternative main class. |
Modifier and Type | Class and Description |
---|---|
class |
MainCodeRunner
Executes the given class's
main method. |
Modifier and Type | Class and Description |
---|---|
class |
ModuleCodeRunner
Runs the given
Identifiable SciJava module. |
Modifier and Type | Class and Description |
---|---|
class |
OptionsPlugin
Base class for all options-oriented plugins.
|
Modifier and Type | Interface and Description |
---|---|
interface |
Platform
An interface for configuring a specific deployment platform, defined by
criteria such as operating system, machine architecture or Java version.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractPlatform
Abstract superclass of platform implementations.
|
class |
DefaultPlatform
A platform implementation for default handling of platform issues.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractSingletonService<PT extends SingletonPlugin>
Abstract base class for
SingletonService s. |
interface |
SingletonService<PT extends SingletonPlugin>
A service for managing
SingletonPlugin s of a particular type. |
Modifier and Type | Interface and Description |
---|---|
interface |
FactoryPlugin<D,O>
Interface for plugins that act as factories, creating objects on demand.
|
interface |
HandlerPlugin<D>
Interface for plugins which "handle" a particular subset of data objects.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractHandlerPlugin<D>
Abstract base class for
HandlerPlugin implementations. |
Modifier and Type | Class and Description |
---|---|
class |
MacOSPlatform
A platform implementation for handling Apple macOS platform issues:
Application events are rebroadcast as ImageJ events.
macOS screen menu bar is enabled.
Special screen menu bar menu items are handled.
|
Modifier and Type | Class and Description |
---|---|
class |
WindowsPlatform
A platform implementation for handling Windows platform issues.
|
Modifier and Type | Class and Description |
---|---|
class |
BeanshellScriptLanguage
An adapter of the BeanShell interpreter to the SciJava scripting interface.
|
Modifier and Type | Class and Description |
---|---|
class |
ClojureScriptLanguage
An adapter of the Clojure interpreter to the SciJava scripting interface.
|
Modifier and Type | Class and Description |
---|---|
class |
GroovyScriptLanguage
An adapter of the Groovy interpreter to the SciJava scripting interface.
|
Modifier and Type | Class and Description |
---|---|
class |
JavaScriptLanguage
Provides Java as a
ScriptLanguage . |
Modifier and Type | Class and Description |
---|---|
class |
JavaScriptScriptLanguage
An adapter of the JavaScript interpreter to the SciJava scripting interface.
|
Modifier and Type | Class and Description |
---|---|
class |
JRubyScriptHeader
Provides a default script header when editing
JRubyScriptLanguage
scripts. |
class |
JRubyScriptLanguage
An adapter of the JRuby interpreter to the SciJava scripting interface.
|
Modifier and Type | Class and Description |
---|---|
class |
JythonScriptLanguage
An adapter of the Jython interpreter to the SciJava scripting interface.
|
Modifier and Type | Class and Description |
---|---|
class |
KotlinScriptLanguage
A SciJava
ScriptLanguage for Kotlin. |
Modifier and Type | Interface and Description |
---|---|
interface |
MATLABCommands
A suite of commands for use in MATLAB.
|
Modifier and Type | Class and Description |
---|---|
class |
MATLABOptions
Allows the setting and persisting of
MatlabProxyFactoryOptions
configuration. |
class |
MATLABScriptLanguage
An adapter of the MATLAB interpreter to ImageJ's scripting interfaces.
|
Modifier and Type | Class and Description |
---|---|
class |
RenjinScriptLanguage
An adapter of the R interpreter to the SciJava scripting interface.
|
Modifier and Type | Class and Description |
---|---|
class |
ScalaScriptLanguage
An adapter of the Scala interpreter to the SciJava scripting interface.
|
Modifier and Type | Class and Description |
---|---|
class |
MarkdownTextFormat
Text format for Markdown.
|
Modifier and Type | Class and Description |
---|---|
class |
PlainTextFormat
Plain text format, which handles vanilla .txt files.
|
Modifier and Type | Interface and Description |
---|---|
interface |
CodeRunner
A plugin which extends the
RunService 's execution handling. |
Modifier and Type | Class and Description |
---|---|
class |
AbstractCodeRunner
Abstract superclass of
CodeRunner implementations. |
Modifier and Type | Interface and Description |
---|---|
interface |
ScriptHeader
Represents one or more canned lines intended to go at the top of scripts of a
given language.
|
interface |
ScriptLanguage
The base interface for scripting language adapters.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractScriptHeader
Abstract superclass for
ScriptHeader implementations. |
class |
AbstractScriptLanguage
Abstract superclass for
ScriptLanguage implementations. |
class |
AdaptedScriptLanguage
Abstract superclass for
ScriptLanguage implementations which adapt an
existing ScriptEngineFactory . |
Modifier and Type | Class and Description |
---|---|
class |
RunScriptArgument
Deprecated.
Use
RunArgument instead. |
Modifier and Type | Class and Description |
---|---|
class |
ScriptIOPlugin
IOPlugin for scripts. |
Modifier and Type | Class and Description |
---|---|
class |
ScriptCodeRunner
Runs the given script.
|
Modifier and Type | Interface and Description |
---|---|
interface |
SearchActionFactory
SciJava plugin type for doing something with a
SearchResult . |
Modifier and Type | Class and Description |
---|---|
class |
JavadocSearchActionFactory
Search action for viewing the javadoc of a Java class.
|
class |
SourceSearchActionFactory
Search action for viewing the source code of a Java class.
|
Modifier and Type | Class and Description |
---|---|
class |
RunModuleSearchActionFactory
Search action for executing a SciJava module.
|
Modifier and Type | Class and Description |
---|---|
class |
RunSnippetActionFactory
Search action for executing a code snippet.
|
Modifier and Type | Class and Description |
---|---|
class |
OpenInBrowserActionFactory
This factory creates actions for opening web search results in a browser.
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultTableIOPlugin
Plugin for reading/writing
GenericTable s. |
Modifier and Type | Interface and Description |
---|---|
interface |
TableIOPlugin
Abstract plugin class for saving and loading tables
|
Modifier and Type | Interface and Description |
---|---|
interface |
TextFormat
TextFormat is a plugin that provides handling for a text markup
language. |
Modifier and Type | Class and Description |
---|---|
class |
AbstractTextFormat
Abstract superclass of
TextFormat implementations. |
Modifier and Type | Class and Description |
---|---|
class |
TextIOPlugin
IOPlugin for text conversion to HTML. |
Modifier and Type | Interface and Description |
---|---|
interface |
Tool
Interface for tools.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractTool
Abstract base class for
Tool implementations. |
class |
DummyTool
A tool that does nothing.
|
Modifier and Type | Class and Description |
---|---|
class |
HeadlessArgument
Handles the
--headless argument to signal that no UI will be opened
and the enclosing Context will not be used after the
ConsoleService argument processing is complete. |
class |
ShowUIArgument
Handles the
--showUI argument, which signals that the UI should be
opened immediately. |
class |
UIArgument
Handles the
--ui command line argument. |
Modifier and Type | Interface and Description |
---|---|
interface |
DragAndDropHandler<D>
Interface for drag-and-drop handlers.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractDragAndDropHandler<D>
Abstract superclass for
DragAndDropHandler s. |
class |
FileDragAndDropHandler
Drag-and-drop handler for files.
|
class |
ListDragAndDropHandler
Drag-and-drop handler for lists of objects.
|
class |
ScriptFileDragAndDropHandler
Drag-and-drop handler for script files.
|
Modifier and Type | Class and Description |
---|---|
class |
OptionsLookAndFeel
Runs the Edit::Options::Look and Feel dialog.
|
Modifier and Type | Interface and Description |
---|---|
interface |
LanguageSupportPlugin
Interface for
AutoCompletion plugins. |
Modifier and Type | Class and Description |
---|---|
class |
JavaLanguageSupportPlugin
LanguageSupportPlugin for the java language. |
class |
JavaScriptLanguageSupportPlugin
LanguageSupportPlugin for the javascript language. |
class |
JythonLanguageSupportPlugin
LanguageSupportPlugin for the jython language. |
Copyright © 2015–2022 SciJava. All rights reserved.