Interface | Description |
---|---|
LegacyAppConfiguration |
Interface for configuring the legacy application appearance.
|
LegacyEditor |
A minimal interface for the editor to use instead of ImageJ 1.x' limited
AWT-based one.
|
LegacyOpener |
Extension point for actions to be executed after Help>Refresh
Menus.
|
LegacyPostRefreshMenus |
Extension point for actions to be executed after Help>Refresh
Menus.
|
MacroExtensionAutoCompletionPlugin |
MacroExtensionAutoCompletionPlugin This interface must be implemented in
order to extend the auto completion list of the Script editor.
|
Class | Description |
---|---|
ActiveImagePlusPreprocessor |
TODO: this class can be removed once
Dataset and ImagePlus
conversion is done properly via wrapping. |
DefaultLegacyEditor |
The default
LegacyEditor plugin. |
DefaultLegacyOpener |
The default
LegacyOpener plugin. |
GetPath |
Simple command to get a
File and return its path. |
IJ1MacroEngine |
A JSR-223-compliant script engine for the ImageJ 1.x macro language.
|
IJ1MacroLanguage |
Implements a factory for the ImageJ 1.x Macro language engine.
|
LegacyAutoImporter | |
LegacyInitializer |
The ij1-patcher defaults to running this class whenever a new
PluginClassLoader is initialized. |
MacroExtensionAutoCompletionService |
This service manages extensions to the auto-complete pull down of the script
editor.
|
MacroLanguageSupportPlugin |
LanguageSupportPlugin making basic auto-completion available for IJ
macro scripts. |
MacroPreprocessor |
Populates the module's input values, when the command is invoked from an
ImageJ 1.x macro.
|
MacroRecorderExcludedInputs |
Globally accessible data structure that stores, for each
Module
instance, the set of "pre-resolved" module inputs. |
MacroRecorderPostprocessor |
Registers the module's final input values with ImageJ 1.x's macro recorder.
|
MacroRecorderPreprocessor |
Remembers which inputs are resolved extremely early in the preprocessing
chain.
|
OverlayPreprocessor | |
ResultsTablePreprocessor |
Injects the singleton
ResultsTable when a single ResultsTable
is declared as a parameter. |
RoiManagerPreprocessor |
Injects the singleton
RoiManager when a single RoiManager
is declared as a parameter. |
Copyright © 2014–2022 ImageJ. All rights reserved.