| 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.beans.SimpleBeanInfo
atg.droplet.DropletBeanInfo
public class DropletBeanInfo
A base class for all the droplet BeanInfo classes.
| Field Summary | |
|---|---|
static java.lang.String | 
CLASS_VERSION
 | 
static java.lang.String | 
FEATURE_COMPONENT_CATEGORY
 | 
static java.lang.String | 
FEATURE_COMPONENT_CATEGORY_NAME
 | 
static java.lang.String | 
FUNCTIONAL_COMPONENT_CATEGORY
 | 
static java.lang.String | 
FUNCTIONAL_COMPONENT_CATEGORY_NAME
 | 
static java.lang.String | 
PAGE_WIZARD_NAME
 | 
static java.lang.String | 
PARAM_DESCRIPTORS_NAME
 | 
| Fields inherited from interface java.beans.BeanInfo | 
|---|
ICON_COLOR_16x16, ICON_COLOR_32x32, ICON_MONO_16x16, ICON_MONO_32x32 | 
| Constructor Summary | |
|---|---|
DropletBeanInfo()
 | 
|
| Method Summary | |
|---|---|
static java.beans.BeanDescriptor | 
createBeanDescriptor(java.lang.Class pClass,
                     java.lang.String pPageWizardClassName,
                     java.lang.String pShortDescription,
                     ParamDescriptor[] pParamDescriptors)
Creates the BeanInfo's BeanDescriptor.  | 
static java.beans.BeanDescriptor | 
createBeanDescriptor(java.lang.Class pClass,
                     java.lang.String pPageWizardClassName,
                     java.lang.String pShortDescription,
                     ParamDescriptor[] pParamDescriptors,
                     java.lang.String pFunctionalComponentCategory)
Creates the BeanInfo's BeanDescriptor.  | 
static java.beans.BeanDescriptor | 
createBeanDescriptor(java.lang.Class pClass,
                     java.lang.String pPageWizardClassName,
                     java.lang.String pShortDescription,
                     ParamDescriptor[] pParamDescriptors,
                     java.lang.String pFunctionalComponentCategory,
                     java.lang.String pFeatureComponentCategory)
Creates the BeanInfo's BeanDescriptor.  | 
 java.awt.Image | 
getIcon(int iconKind)
Gets an image that may be used to visually represent this bean (in the toolbar, on a form, etc).  | 
static ParamDescriptor[] | 
merge(ParamDescriptor[] pArray1,
      ParamDescriptor[] pArray2)
Merges two ParamDescriptor arrays into a new array.  | 
| Methods inherited from class java.beans.SimpleBeanInfo | 
|---|
getAdditionalBeanInfo, getBeanDescriptor, getDefaultEventIndex, getDefaultPropertyIndex, getEventSetDescriptors, getMethodDescriptors, getPropertyDescriptors, loadImage | 
| Methods inherited from class java.lang.Object | 
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Field Detail | 
|---|
public static java.lang.String CLASS_VERSION
public static final java.lang.String PARAM_DESCRIPTORS_NAME
public static final java.lang.String FUNCTIONAL_COMPONENT_CATEGORY_NAME
public static final java.lang.String FEATURE_COMPONENT_CATEGORY_NAME
public static final java.lang.String PAGE_WIZARD_NAME
public static final java.lang.String FUNCTIONAL_COMPONENT_CATEGORY
public static final java.lang.String FEATURE_COMPONENT_CATEGORY
| Constructor Detail | 
|---|
public DropletBeanInfo()
| Method Detail | 
|---|
public static java.beans.BeanDescriptor createBeanDescriptor(java.lang.Class pClass,
                                                             java.lang.String pPageWizardClassName,
                                                             java.lang.String pShortDescription,
                                                             ParamDescriptor[] pParamDescriptors)
pClass - the droplet class for which the BeanDescriptor is
 being createdpPageWizardClassname - the class name of the page wizard
 which can be used to create/edit the dropletpShortDescription - the short description of the dropletpParamDescriptors - an array of ParamDescriptors describing
 the droplet parameters
public static java.beans.BeanDescriptor createBeanDescriptor(java.lang.Class pClass,
                                                             java.lang.String pPageWizardClassName,
                                                             java.lang.String pShortDescription,
                                                             ParamDescriptor[] pParamDescriptors,
                                                             java.lang.String pFunctionalComponentCategory)
pClass - the droplet class for which the BeanDescriptor is
 being createdpPageWizardClassname - the class name of the page wizard
 which can be used to create/edit the dropletpShortDescription - the short description of the dropletpParamDescriptors - an array of ParamDescriptors describing
 the droplet parameterspFunctionalComponentCategory - the component functional category this bean should be organized in
public static java.beans.BeanDescriptor createBeanDescriptor(java.lang.Class pClass,
                                                             java.lang.String pPageWizardClassName,
                                                             java.lang.String pShortDescription,
                                                             ParamDescriptor[] pParamDescriptors,
                                                             java.lang.String pFunctionalComponentCategory,
                                                             java.lang.String pFeatureComponentCategory)
pClass - the droplet class for which the BeanDescriptor is
 being createdpPageWizardClassname - the class name of the page wizard
 which can be used to create/edit the dropletpShortDescription - the short description of the dropletpParamDescriptors - an array of ParamDescriptors describing
 the droplet parameterspFunctionalComponentCategory - the component functional category this bean should be organized inpFeatureComponentCategory - the component feature category this bean should be organized in
public static ParamDescriptor[] merge(ParamDescriptor[] pArray1,
                                      ParamDescriptor[] pArray2)
public java.awt.Image getIcon(int iconKind)
getIcon in interface java.beans.BeanInfogetIcon in class java.beans.SimpleBeanInfoiconKind - the type of icon desired.BeanInfo
  | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||