Package | Description |
---|---|
org.scijava.display | |
org.scijava.module | |
org.scijava.module.event | |
org.scijava.module.process | |
org.scijava.ui | |
org.scijava.ui.awt.widget | |
org.scijava.ui.swing.widget |
Modifier and Type | Class and Description |
---|---|
class |
ActiveDisplayPreprocessor
|
Modifier and Type | Method and Description |
---|---|
ModulePreprocessor |
ModuleRunner.preProcess()
Feeds the module through the
ModulePreprocessor s. |
Modifier and Type | Method and Description |
---|---|
<M extends Module> |
ModuleService.run(M module,
List<? extends ModulePreprocessor> pre,
List<? extends ModulePostprocessor> post,
Map<String,Object> inputMap)
Executes the given module.
|
<M extends Module> |
DefaultModuleService.run(M module,
List<? extends ModulePreprocessor> pre,
List<? extends ModulePostprocessor> post,
Map<String,Object> inputMap) |
<M extends Module> |
ModuleService.run(M module,
List<? extends ModulePreprocessor> pre,
List<? extends ModulePostprocessor> post,
Object... inputs)
Executes the given module.
|
<M extends Module> |
DefaultModuleService.run(M module,
List<? extends ModulePreprocessor> pre,
List<? extends ModulePostprocessor> post,
Object... inputs) |
Future<Module> |
ModuleService.run(ModuleInfo info,
List<? extends ModulePreprocessor> pre,
List<? extends ModulePostprocessor> post,
Map<String,Object> inputMap)
Executes the given module.
|
Future<Module> |
DefaultModuleService.run(ModuleInfo info,
List<? extends ModulePreprocessor> pre,
List<? extends ModulePostprocessor> post,
Map<String,Object> inputMap) |
Future<Module> |
ModuleService.run(ModuleInfo info,
List<? extends ModulePreprocessor> pre,
List<? extends ModulePostprocessor> post,
Object... inputs)
Executes the given module.
|
Future<Module> |
DefaultModuleService.run(ModuleInfo info,
List<? extends ModulePreprocessor> pre,
List<? extends ModulePostprocessor> post,
Object... inputs) |
Constructor and Description |
---|
ModuleRunner(Context context,
Module module,
List<? extends ModulePreprocessor> pre,
List<? extends ModulePostprocessor> post) |
Modifier and Type | Method and Description |
---|---|
ModulePreprocessor |
ModulePreprocessEvent.getProcessor() |
Constructor and Description |
---|
ModulePreprocessEvent(Module module,
ModulePreprocessor processor) |
Modifier and Type | Interface and Description |
---|---|
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 |
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.