|
Class Summary |
| AbstractListMutator |
Abstract implementation of ListMutator providing basic
functionality for dealing with List values. |
| AbstractMetaObject |
An abstract meta-object implementation making it easier to create
kit-specific meta-object adapters. |
| ClassPropertyType |
Property type implementation that represents a Java
class directly. |
| ContainerPropertyInfo |
Extension of the PropertyInfo interface to provide additional
information about container property contents. |
| ContainerPropertyType |
This represents a property type that is a container for
objects of another type. |
| DefaultListMutator |
A default implementation of ListMutator that will work
with any MetaObject, given certain restrictions. |
| DefaultMetaTable |
A default implementation of the MetaTable interface. |
| DefaultPropertyMutator |
A default implementation of PropertyMutator that will work
with any MetaObject. |
| DeferredPropertyType |
Represents an unresolved property type of a meta-object. |
| ListPropertyChangeEvent |
An extension to the standard PropertyChangeEvent that provides
information about changes to the list. |
| ListPropertyType |
Represents an ordered list of values such that they
can be referenced by index number. |
| MetaClass |
Describes the properties associated with a meta-object. |
| MetaClassPropertyType |
Property type implementation that represents a meta
class object. |
| MetaClassRegistry |
A registry of MetaClasses that can be looked up by name. |
| PropertyInfo |
Describes the characteristics of a single property. |
| TypeRegistry |
Class for relating objects to types. |