Package | Description |
---|---|
org.scijava.display | |
org.scijava.module.process | |
org.scijava.ui | |
org.scijava.ui.awt.widget | |
org.scijava.ui.swing.widget |
Modifier and Type | Class and Description |
---|---|
class |
ActiveDisplayPreprocessor
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractPreprocessorPlugin
Abstract base class for plugin preprocessors.
|
class |
AbstractSingleInputPreprocessor
Abstract superclass for
PreprocessorPlugin implementations that
populate singleton inputs. |
class |
CheckInputsPreprocessor
A preprocessor plugin that does a final check of input parameters,
complaining if any required ones are null.
|
class |
DebugPreprocessor
A preprocessor plugin that dumps information to the log.
|
class |
DefaultValuePreprocessor
A preprocessor plugin that populates default parameter values.
|
class |
GatewayPreprocessor
The gateway preprocessor automatically populates module inputs that implement
Gateway . |
class |
InitPreprocessor
A preprocessor plugin that populates initial parameter values.
|
class |
LoadInputsPreprocessor
A preprocessor for loading populated input values from persistent storage.
|
class |
LoggerPreprocessor
|
class |
SaveInputsPreprocessor
A preprocessor for saving populated input values to persistent storage.
|
class |
ServicePreprocessor
The service preprocessor automatically populates module inputs that implement
Service . |
class |
ValidityPreprocessor
A preprocessor plugin that verifies module validity.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractInputHarvesterPlugin<P,W>
AbstractInputHarvesterPlugin is an
InputHarvester that implements the
PreprocessorPlugin interface. |
class |
FileListPreprocessor |
class |
FilePreprocessor
A preprocessor plugin that handles single unresolved parameters of type
File using a UI prompt. |
class |
UIPreprocessor
The UI preprocessor automatically populates module
UserInterface
inputs with the UIService 's default UI instance, if compatible. |
Modifier and Type | Class and Description |
---|---|
class |
AWTInputHarvester
AWTInputHarvester is an
InputHarvester that collects input parameter
values from the user using an AWTInputPanel dialog box. |
Modifier and Type | Class and Description |
---|---|
class |
SwingInputHarvester
SwingInputHarvester is an
InputHarvester that collects input
parameter values from the user using a SwingInputPanel dialog box. |
class |
SwingMdiInputHarvester
SwingInputHarvester is an
InputHarvester that collects input
parameter values from the user using a SwingInputPanel dialog box. |
Copyright © 2015–2022 SciJava. All rights reserved.