Package | Description |
---|---|
org.scijava.command | |
org.scijava.display | |
org.scijava.module.process | |
org.scijava.options | |
org.scijava.task | |
org.scijava.ui |
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 | 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. |
Copyright © 2009–2021 SciJava. All rights reserved.