Package org.beanfabrics.util

Interface Summary
IExceptionHandler The IExceptionHandler is the basic interface for an exception handler that can be installed into the ExceptionUtil.
ReflectionUtil.FieldFilter  
ReflectionUtil.MethodFilter  
 

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.
GenericType The GenericType is a facade for a Type object representing a Java class.
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.
VariableMapping The VariableMapping maps type variables to type values.