| Interface | Description |
|---|---|
| LegacyAdapter<L,M> |
This interface represents adapter classes for delegating between equivalent "Legacy"
and "Modern" classes.
|
| Wrapper<S> |
Interface for wrappers of other objects, but ignorant
to the purpose of that wrapping.
|
| Class | Description |
|---|---|
| AbstractLegacyAdapter<L,M> |
Abstract superclass of all
LegacyAdapter implementations. |
| AdapterTools |
A collection of
LegacyAdapters for wrapping (and thereby delegating)
between Legacy classes and their Modern equivalents. |
Copyright © 2014 Open Microscopy Environment