Package org.progeeks.meta.view

Package containing view implementation independent classes for viewing and editing meta-objects.

See:
          Description

Interface Summary
MetaForm Defines the properties that can appear in a view along with their ordering.
 

Class Summary
DefaultMetaForm Default implementation of MetaForm that works from a list of PropertyInfo objects.
IdentityMetaForm MetaForm implementation that presents an "identity" view of the associated meta-class.
MetaFormAnnotationMap Specialized AnnotationMap the does internal management of the MetaForms to provide cleaner access to the information.
MetaFormFlavor Defines a usage-type for a certain category of form.
MetaFormRegistry Provides extended access for looking up meta-forms by flavor from type registries or as annotations.
 

Package org.progeeks.meta.view Description

Package containing view implementation independent classes for viewing and editing meta-objects. The classes at this level are not specific to any view implementation and are meant to be the basis from which all view implementations derive.



Copyright © 2002-2003 Paul Speed. All Rights Reserved.