Uses of Interface
org.scijava.module.process.PreprocessorPlugin
-
Packages that use PreprocessorPlugin Package Description org.scijava.display org.scijava.module.process org.scijava.ui -
-
Uses of PreprocessorPlugin in org.scijava.display
Classes in org.scijava.display that implement PreprocessorPlugin Modifier and Type Class Description classActiveDisplayPreprocessor -
Uses of PreprocessorPlugin in org.scijava.module.process
Classes in org.scijava.module.process that implement PreprocessorPlugin Modifier and Type Class Description 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.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 PreprocessorPlugin in org.scijava.ui
Classes in org.scijava.ui that implement PreprocessorPlugin 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.
-