Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Package org.progeeks.meta

Interface Summary
ListMutator Extends PropertyMutator to provide access to the members of a multi-valued property value.
MetaKit Abstraction of a meta-object implementation layer.
MetaObject An abstract representation of an object that allows Map-like access to its properties.
MetaObjectFactory Interface that meta-object implementations can implement to provide toolkit-specific meta-object creation.
MetaTable An abstract representation of a table that allows Map-like access to the row properties.
PropertyFormat Provides text formatting and parsing for a specific property type.
PropertyMutator Provides access to an individual property value and allows for accessing or modifying it.
PropertyType Represents a property type of a meta-object.
 

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.