Class Summary |
AbstractComponentMetaInfo |
Abstract implementation of ComponentMetaInfo. |
ComponentKind |
An instance of this structure class contains the information necessary for
the builder shell to know about the availability of a component, how to
represent it in the palette, and how to construct it from its factory. |
DefaultComponentKind |
This simple extension of ComponentKind takes the Component class as a
parameter, and provides an implementation of the createComponent() methods
that simply instantiate the given class with the default constructor. |
FieldInfo |
An instance of this class represents the meta-information of a field
associated with a component. |