Interface | Description |
---|---|
IAdapterFactory |
A factory instance that can create an adapter object of type
clazz on behalf of the object object . |
IAdapterOutlet |
The outlet, supporting multiple
IAdapterFactory instances. |
IAdapterSupport |
An object that is able to be adapted to another type.
|
Class | Description |
---|---|
AdapterOutlet |
A VM wide singleton for the
IAdapterOutlet . |
AdapterTools |
A tool class for handling adapter objects.
|
StandardAdapterOutlet |
The standard implementation for
IAdapterOutlet . |