Modifier and Type | Class and Description |
---|---|
class |
FileScriptBatchProcessor |
class |
MenuScriptBatchProcessor |
class |
ModuleBatchProcessor<T> |
Modifier and Type | Class and Description |
---|---|
class |
CommandModule
Module adapter class for working with a
Command instance. |
class |
ContextCommand
A command that knows its context.
|
class |
DynamicCommand
A command with a variable number of inputs and outputs.
|
class |
Inputs
A way to build a dynamic set of inputs, whose values are then harvested by
the preprocessing framework.
|
class |
InteractiveCommand
A command intended to be run interactively.
|
class |
ModuleCommand
A command which implements
Module directly (rather than using the
CommandModule adapter class). |
class |
UnimplementedCommand
A command that is not yet implemented.
|
Modifier and Type | Class and Description |
---|---|
class |
ActiveDisplayPreprocessor
|
Modifier and Type | Interface and Description |
---|---|
interface |
ModulePreprocessor
A module preprocessor defines a step that occurs just prior to the actual
execution of a
Module . |
interface |
PreprocessorPlugin
A preprocessor plugin defines a step that occurs just prior to the actual
execution of a
Module . |
Modifier and Type | Class and Description |
---|---|
class |
AbstractPreprocessorPlugin
Abstract base class for plugin preprocessors.
|
class |
AbstractSingleInputPreprocessor
Abstract superclass for
PreprocessorPlugin implementations that
populate singleton inputs. |
class |
CheckInputsPreprocessor
A preprocessor plugin that does a final check of input parameters,
complaining if any required ones are null.
|
class |
DebugPreprocessor
A preprocessor plugin that dumps information to the log.
|
class |
DefaultValuePreprocessor
A preprocessor plugin that populates default parameter values.
|
class |
GatewayPreprocessor
The gateway preprocessor automatically populates module inputs that implement
Gateway . |
class |
InitPreprocessor
A preprocessor plugin that populates initial parameter values.
|
class |
LoadInputsPreprocessor
A preprocessor for loading populated input values from persistent storage.
|
class |
LoggerPreprocessor
|
class |
SaveInputsPreprocessor
A preprocessor for saving populated input values to persistent storage.
|
class |
ServicePreprocessor
The service preprocessor automatically populates module inputs that implement
Service . |
class |
ValidityPreprocessor
A preprocessor plugin that verifies module validity.
|
Modifier and Type | Class and Description |
---|---|
class |
OptionsPlugin
Base class for all options-oriented plugins.
|
Modifier and Type | Class and Description |
---|---|
class |
ParamAssignOrder
An illustration of the order in which command parameter assignment occurs.
|
Modifier and Type | Class and Description |
---|---|
class |
Close
Closes the active display.
|
class |
CloseAll
Closes all displays.
|
Modifier and Type | Class and Description |
---|---|
class |
OpenFile
Opens the selected file.
|
Modifier and Type | Class and Description |
---|---|
class |
RunScript
Executes the script in the given file.
|
Modifier and Type | Class and Description |
---|---|
class |
MATLABOptions
Allows the setting and persisting of
MatlabProxyFactoryOptions
configuration. |
Modifier and Type | Class and Description |
---|---|
class |
ExportTableCommand |
Modifier and Type | Interface and Description |
---|---|
interface |
Task
A self-aware job which reports its status and progress as it runs.
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultTask
Default implementation of
Task . |
Modifier and Type | Class and Description |
---|---|
class |
AbstractInputHarvesterPlugin<P,W>
AbstractInputHarvesterPlugin is an
InputHarvester that implements the
PreprocessorPlugin interface. |
class |
FileListPreprocessor |
class |
FilePreprocessor
A preprocessor plugin that handles single unresolved parameters of type
File using a UI prompt. |
class |
UIPreprocessor
The UI preprocessor automatically populates module
UserInterface
inputs with the UIService 's default UI instance, if compatible. |
Modifier and Type | Class and Description |
---|---|
class |
AWTInputHarvester
AWTInputHarvester is an
InputHarvester that collects input parameter
values from the user using an AWTInputPanel dialog box. |
Modifier and Type | Class and Description |
---|---|
class |
CommandFinder
A plugin to display the
CommandFinderPanel in a dialog. |
Modifier and Type | Class and Description |
---|---|
class |
OptionsLookAndFeel
Runs the Edit::Options::Look and Feel dialog.
|
Modifier and Type | Class and Description |
---|---|
class |
ChooseFontSize
Sets the font size in the current editor tab.
|
class |
ChooseTabSize
Sets the tab size in the current editor tab.
|
class |
KillScript
Kills a running script started in the given script editor.
|
Modifier and Type | Class and Description |
---|---|
class |
SwingInputHarvester
SwingInputHarvester is an
InputHarvester that collects input
parameter values from the user using a SwingInputPanel dialog box. |
class |
SwingMdiInputHarvester
SwingInputHarvester is an
InputHarvester that collects input
parameter values from the user using a SwingInputPanel dialog box. |
Copyright © 2015–2022 SciJava. All rights reserved.