org.scijava.ui
Class FilePreprocessor

java.lang.Object
  extended by org.scijava.AbstractContextual
      extended by org.scijava.module.process.AbstractPreprocessorPlugin
          extended by org.scijava.ui.FilePreprocessor
All Implemented Interfaces:
Cancelable, Contextual, ModulePreprocessor, ModuleProcessor, PreprocessorPlugin, SciJavaPlugin

public class FilePreprocessor
extends AbstractPreprocessorPlugin

A preprocessor plugin that handles single unresolved parameters of type File using a UI prompt.

Author:
Curtis Rueden
See Also:
UserInterface.chooseFile(File, String)

Constructor Summary
FilePreprocessor()
           
 
Method Summary
 void process(Module module)
          Performs a processing step on the given module instance.
 
Methods inherited from class org.scijava.module.process.AbstractPreprocessorPlugin
cancel, getCancelReason, isCanceled
 
Methods inherited from class org.scijava.AbstractContextual
context, getContext, setContext
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.scijava.Contextual
context, getContext, setContext
 

Constructor Detail

FilePreprocessor

public FilePreprocessor()
Method Detail

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.