org.scijava.ui
Class UIPreprocessor
java.lang.Object
org.scijava.AbstractContextual
org.scijava.module.process.AbstractPreprocessorPlugin
org.scijava.ui.UIPreprocessor
- All Implemented Interfaces:
- Cancelable, Contextual, ModulePreprocessor, ModuleProcessor, PreprocessorPlugin, SciJavaPlugin
public class UIPreprocessor
- extends AbstractPreprocessorPlugin
The UI preprocessor automatically populates module UserInterface
inputs with the UIService
's default UI instance, if compatible.
- Author:
- Curtis Rueden
Method Summary |
void |
process(Module module)
Performs a processing step on the given module instance. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
UIPreprocessor
public UIPreprocessor()
process
public void process(Module module)
- Description copied from interface:
ModuleProcessor
- Performs a processing step on the given module instance.
Copyright © 2009–2015 SciJava. All rights reserved.