Uses of Interface
org.scijava.module.process.ModuleProcessor
-
Packages that use ModuleProcessor Package Description org.scijava.display org.scijava.module.event org.scijava.module.process org.scijava.ui -
-
Uses of ModuleProcessor in org.scijava.display
Classes in org.scijava.display that implement ModuleProcessor Modifier and Type Class Description classActiveDisplayPreprocessorclassDisplayPostprocessorDisplays outputs upon completion of a module execution. -
Uses of ModuleProcessor in org.scijava.module.event
Methods in org.scijava.module.event that return ModuleProcessor Modifier and Type Method Description ModuleProcessorModuleProcessEvent. getProcessor()Constructors in org.scijava.module.event with parameters of type ModuleProcessor Constructor Description ModuleProcessEvent(Module module, ModuleProcessor processor) -
Uses of ModuleProcessor in org.scijava.module.process
Subinterfaces of ModuleProcessor in org.scijava.module.process Modifier and Type Interface Description interfaceModulePostprocessorA module postprocessor defines a step that occurs immediately following the actual execution of aModule.interfaceModulePreprocessorA module preprocessor defines a step that occurs just prior to the actual execution of aModule.interfacePostprocessorPluginA postprocessor plugin defines a step that occurs immediately following the actual execution of aModule.interfacePreprocessorPluginA preprocessor plugin defines a step that occurs just prior to the actual execution of aModule.Classes in org.scijava.module.process that implement ModuleProcessor Modifier and Type Class Description classAbstractPostprocessorPluginAbstract base class for plugin postprocessors.classAbstractPreprocessorPluginAbstract base class for plugin preprocessors.classAbstractSingleInputPreprocessorAbstract superclass forPreprocessorPluginimplementations that populate singleton inputs.classCheckInputsPreprocessorA preprocessor plugin that does a final check of input parameters, complaining if any required ones are null.classDebugPostprocessorA postprocessor plugin that dumps parameter values to the log.classDebugPreprocessorA preprocessor plugin that dumps information to the log.classDefaultValuePreprocessorA preprocessor plugin that populates default parameter values.classGatewayPreprocessorThe gateway preprocessor automatically populates module inputs that implementGateway.classInitPreprocessorA preprocessor plugin that populates initial parameter values.classLoadInputsPreprocessorA preprocessor for loading populated input values from persistent storage.classLoggerPreprocessorclassSaveInputsPreprocessorA preprocessor for saving populated input values to persistent storage.classServicePreprocessorThe service preprocessor automatically populates module inputs that implementService.classValidityPreprocessorA preprocessor plugin that verifies module validity. -
Uses of ModuleProcessor in org.scijava.ui
Classes in org.scijava.ui that implement ModuleProcessor Modifier and Type Class Description classAbstractInputHarvesterPlugin<P,W>AbstractInputHarvesterPlugin is anInputHarvesterthat implements thePreprocessorPlugininterface.classFileListPreprocessorclassFilePreprocessorA preprocessor plugin that handles single unresolved parameters of typeFileusing a UI prompt.classUIPreprocessorThe UI preprocessor automatically populates moduleUserInterfaceinputs with theUIService's default UI instance, if compatible.
-