| Interface | Description |
|---|---|
| Instantiater<T> |
Creates an instance.
|
| Instantiater.Typed<T> |
A typed instantiator.
|
| Lookup |
A lookup offers a simple way to get "extensions" of the current object.
|
| LookupChangeListener<T> |
A LookupChangeListener is notified whenever an element of a lookup has been changed
|
| LookupStore |
A lookup store is an extended lookup with write access
|
| TypedLookupChangeListener<T> |
This is a special LookupChangeListener that knows the type it is listening to.
|
| Class | Description |
|---|---|
| AbstractLookup |
Abstract AbstractLookup class.
|
| DynamicLookup |
A dynamic lookup
|
| InstantiatorLookup<T> |
InstantiatorLookup class.
|
| LazyLookup<T> |
Lazy implementation of lookup.
|
| LookupChangeEvent<T> |
This event is thrown whenever a lookup has been changed.
|
| LookupChangeSupport |
LookupChangeSupport
|
| Lookups |
This is a utily class that creates several lookups for special purposes
|
| LookupWrapper |
A wrapper for a lookup
|
| MappedLookup |
This is a simple lookup implementation that is backed up by a HashMap
|
| MergingLookup |
Merges two lookups.
|
| SingletonLookup<T> |
This is a simpel Lookup that contains just one object under a given key
|
| WeakLookupChangeListener<T> |
This listener can be used to automatically register a lookup change listener to a lookup.
|
| Exception | Description |
|---|---|
| InstantiationFailedException |
InstantiationFailedException class.
|
Copyright © 2007–2017 cedarsoft GmbH. All rights reserved.