Package | Description |
---|---|
org.scijava.display | |
org.scijava.module.event | |
org.scijava.module.process | |
org.scijava.table.process | |
org.scijava.ui | |
org.scijava.ui.awt.widget | |
org.scijava.ui.swing.widget |
Modifier and Type | Class and Description |
---|---|
class |
ActiveDisplayPreprocessor
|
class |
DisplayPostprocessor
Displays outputs upon completion of a module execution.
|
Modifier and Type | Method and Description |
---|---|
ModuleProcessor |
ModuleProcessEvent.getProcessor() |
Constructor and Description |
---|
ModuleProcessEvent(Module module,
ModuleProcessor processor) |
Modifier and Type | Interface and Description |
---|---|
interface |
ModulePostprocessor
A module postprocessor defines a step that occurs immediately following the
actual execution of a
Module . |
interface |
ModulePreprocessor
A module preprocessor defines a step that occurs just prior to the actual
execution of a
Module . |
interface |
PostprocessorPlugin
A postprocessor plugin defines a step that occurs immediately following 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 |
AbstractPostprocessorPlugin
Abstract base class for plugin postprocessors.
|
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 |
DebugPostprocessor
A postprocessor plugin that dumps parameter values to the log.
|
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 |
ResultsPostprocessor
A postprocessor which aggregates simple output values into a single table,
for a nicer UI experience.
|
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 |
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.