Class Summary |
CachingMetaObjectListAdapter |
Specialization of the MetaObjectListAdapter that knows it
can keep track of and manage its own list of unwrapped objects. |
CompositeMetaKit |
MetaKit implementation combining one or more other
meta-kit implementations to support compositing meta-objects. |
CompositeMetaObject |
Meta-object implementation that provides a composite view
of several internal meta-objects each given their own subname. |
CompositeUtils |
Utilities useful for creating composite meta-objects. |
FormatComparator |
Uses an objects String as given by the contained formatter
to use when comparing two values. |
ListMutatorWrapper |
Base class for providing a wrapper for a ListMutator. |
MapMetaKit |
MetaKit implementation to directly support MapMetaObjects. |
MapMetaObject |
A meta-object implementation providing access to a java.util.Map. |
MetaObjectCache |
Cache specific to storing and retrieving meta-objects based on
their identity. |
MetaObjectListAdapter |
java.util.List implementation the wraps returned objects
in MetaObjects using a MetaKit. |
MetaObjectUtils |
Utilities useful for working with meta-objects. |
MetaPropertyUtils |
Extends the org.progeeks.util.beans.PropertyUtils class to
also deal with MetaObjects. |
PreferencesMetaKit |
MetaKit implementation to directly support PreferencesMetaObjects. |
PreferencesMetaObject |
MetaObject implementation that interacts with the Java preferences
API. |
PropertyAdapter |
A bit of a general utility class singleton that stands as the entry
point for adapting bean or meta-object-like property access to various
object types in a unified way. |
PropertyLink |
Synchronizes a property on one object with a property on another. |
PropertyMutatorWrapper |
Base class for providing a wrapper for a property mutator. |
RemappedMetaObject |
A meta-object wrapper that translates property names based on a mapping. |
TypedMap |
A Map implementation providing field-level change notification
as well as type information compatible with the core meta-jb
property info classes.. |