|
Class Summary |
| ErrorPane |
The ErrorPane is a panel that shows a message beside an error
icon and - when checking the checkbox - the stack trace of a
Throwable. |
| ExceptionUtil |
The ExceptionUtil is a singleton that provides access to an
IExceptionHandler which is used by the Beanfabrics framework to
handle exceptions. |
| FilteredModels |
The FilteredModels is an filtered decorator of an Iterable
object of presentation models. |
| FilteredModelsIterator |
The FilteredModelsIterator is a filtered Iterator on a
given Iterator. |
| GenericsUtil |
The GenericsUtil is a utility class for accessing generic type
information at runtime. |
| Interval |
The Interval represents a closed interval of integer numbers. |
| OrderPreservingMap<K,V> |
The OrderPreservingMap is a Map that preserves the oder
in which the elements where added. |
| ReflectionUtil |
The ReflectionUtil is a utility class for doing reflection. |
| ResourceBundleFactory |
The ResourceBundleFactory is a factory for ResourceBundle objects by class
key. |