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 |
AbstractHandlerService<DT,PT extends HandlerPlugin<DT>>
Abstract base class for
HandlerService s. |
interface |
HandlerService<DT,PT extends HandlerPlugin<DT>>
A service for managing
HandlerPlugin s of a particular type. |
Modifier and Type | Class and Description |
---|---|
class |
AbstractHandlerPlugin<D>
Abstract base class for
HandlerPlugin implementations. |
Modifier and Type | Class and Description |
---|---|
class |
JRubyScriptHeader
Provides a default script header when editing
JRubyScriptLanguage
scripts. |
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.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractScriptHeader
Abstract superclass for
ScriptHeader implementations. |
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 | 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 | 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.
|
Copyright © 2015–2022 SciJava. All rights reserved.