See: Description
Interface | Description |
---|---|
IAdaptable |
An
IAdaptable allows to register and retrieve adapters under a given
AdapterKey , which combines a TypeToken -based type key and a
String -based role. |
IAdaptable.Bound<A extends IAdaptable> |
To be implemented by an adapter to indicate that it intends to be bounded
to the respective
IAdaptable it is registered at. |
Class | Description |
---|---|
AdaptableSupport<A extends IAdaptable> |
A support class to manage adapters for a source
IAdaptable . |
AdapterKey<T> | |
AdapterStore |
An
AdapterStore is a basic IAdaptable implementation that can
be used standalone. |
Copyright (c) 2014 itemis AG and others. All rights reserved.