Uses of Interface
org.scijava.Cancelable
-
Packages that use Cancelable Package Description org.scijava.command org.scijava.display org.scijava.module.process org.scijava.options org.scijava.task org.scijava.ui -
-
Uses of Cancelable in org.scijava.command
Classes in org.scijava.command that implement Cancelable Modifier and Type Class Description classCommandModuleModule adapter class for working with aCommandinstance.classContextCommandA command that knows its context.classDynamicCommandA command with a variable number of inputs and outputs.classInputsA way to build a dynamic set of inputs, whose values are then harvested by the preprocessing framework.classInteractiveCommandA command intended to be run interactively.classModuleCommandA command which implementsModuledirectly (rather than using theCommandModuleadapter class).classUnimplementedCommandA command that is not yet implemented. -
Uses of Cancelable in org.scijava.display
Classes in org.scijava.display that implement Cancelable Modifier and Type Class Description classActiveDisplayPreprocessor -
Uses of Cancelable in org.scijava.module.process
Subinterfaces of Cancelable in org.scijava.module.process Modifier and Type Interface Description interfaceModulePreprocessorA module preprocessor defines a step that occurs just prior to 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 Cancelable 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 Cancelable in org.scijava.options
Classes in org.scijava.options that implement Cancelable Modifier and Type Class Description classOptionsPluginBase class for all options-oriented plugins. -
Uses of Cancelable in org.scijava.task
Subinterfaces of Cancelable in org.scijava.task Modifier and Type Interface Description interfaceTaskA self-aware job which reports its status and progress as it runs.Classes in org.scijava.task that implement Cancelable Modifier and Type Class Description classDefaultTaskDefault implementation ofTask. -
Uses of Cancelable in org.scijava.ui
Classes in org.scijava.ui that implement Cancelable 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.
-