Modifier and Type | Class and Description |
---|---|
class |
SwingScriptInfoWidget |
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 | 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 | Class and Description |
---|---|
class |
MultiWriteHandle
DataHandle plugin for writing to multiple DataHandle s. |
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 |
AbstractDataHandle<L extends Location>
Abstract base class for
DataHandle plugins. |
class |
AbstractHigherOrderHandle<L extends Location>
Abstract superclass for
DataHandle s that operate over other
DataHandle s. |
class |
AbstractSeekableStreamHandle<L extends Location> |
class |
AbstractStreamHandle<L extends Location>
Abstract base class for
StreamHandle implementations. |
class |
BytesHandle
DataHandle for a BytesLocation . |
class |
DummyHandle
A
DataHandle which reads all zeroes, and writes no actual data. |
class |
FileHandle
DataHandle for a FileLocation . |
class |
ReadBufferDataHandle
Read-only buffered
DataHandle . |
class |
WriteBufferDataHandle
Wraps a
DataHandle and acts as a write buffer. |
Modifier and Type | Class and Description |
---|---|
class |
HTTPHandle
DataHandle for a HTTPLocation . |
class |
HTTPLocationResolver |
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 |
AbstractHandlerPlugin<D>
Abstract base class for
HandlerPlugin implementations. |
class |
AbstractWrapperPlugin<D>
Abstract base class for
WrapperPlugin s. |
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 | Class and Description |
---|---|
class |
AbstractCodeRunner
Abstract superclass of
CodeRunner implementations. |
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 | 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 |
AbstractUIInputWidget<T,W>
Abstract superclass of
InputWidget implementations that
belong to a specific UI. |
Modifier and Type | Class and Description |
---|---|
class |
AWTButtonWidget
An AWT widget that displays a button and invokes the callback of a parameter
when the button is clicked.
|
class |
AWTChoiceWidget
AWT implementation of multiple choice selector widget.
|
class |
AWTFileWidget
AWT implementation of file selector widget.
|
class |
AWTInputWidget<T>
Common superclass for AWT-based input widgets.
|
class |
AWTMessageWidget
AWT implementation of message widget.
|
class |
AWTNumberWidget
AWT implementation of number chooser widget.
|
class |
AWTObjectWidget
AWT implementation of object selector widget.
|
class |
AWTTextWidget
AWT implementation of text field widget.
|
class |
AWTToggleWidget
AWT implementation of boolean toggle widget.
|
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 | 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 |
SwingButtonWidget
A Swing widget that displays a button and invokes the callback of a parameter
when the button is clicked.
|
class |
SwingChoiceRadioWidget
Swing implementation of multiple choice selector widget using
JRadioButton s. |
class |
SwingChoiceWidget
Swing implementation of multiple choice selector widget using a
JComboBox . |
class |
SwingColorWidget
Swing implementation of color chooser widget.
|
class |
SwingDateWidget
Swing implementation of date selector widget.
|
class |
SwingFileListWidget
Swing implementation of
FileListWidget . |
class |
SwingFileWidget
Swing implementation of file selector widget.
|
class |
SwingInputWidget<T>
Common superclass for Swing-based input widgets.
|
class |
SwingMessageWidget
Swing implementation of message widget.
|
class |
SwingNumberWidget
Swing implementation of number chooser widget.
|
class |
SwingObjectWidget
Swing implementation of object selector widget.
|
class |
SwingTextWidget
Swing implementation of text field widget.
|
class |
SwingToggleWidget
Swing implementation of boolean toggle widget.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractInputWidget<T,W>
Base class for input widgets.
|
Copyright © 2015–2022 SciJava. All rights reserved.