| Interface | Description |
|---|---|
| LegacyAdapter |
Marker interface for classes that adapt between legacy ImageJ and IJ2
constructs.
|
| Class | Description |
|---|---|
| AbstractLegacyAdapter |
Abstract
LegacyAdapter implementation. |
| LegacyApplicationFrame | |
| LegacyDialogPrompt |
LegacyAdapter implementation for adapting between
DialogPrompt and the ImageJ1 dialog prompts. |
| LegacyInputHarvester |
Trivial Legacy extension of the
SwingInputHarvester. |
| LegacyStatusBar |
Adapter
StatusBar implementation that delegates to legacy ImageJ
methods. |
| LegacyToolBar |
LegacyAdapter implementation for adapting between ToolBar and
the ImageJ1 tool bar. |
| LegacyUI |
Swing-based
UserInterface implementation for working between
ImageJ2 (net.imagej.*) and ImageJ1 (ij.*) applications. |
Copyright © 2014–2022 ImageJ. All rights reserved.