atg.droplet
Class BeanPropertyBeanInfo
java.lang.Object
   java.beans.SimpleBeanInfo
java.beans.SimpleBeanInfo
       atg.droplet.DropletBeanInfo
atg.droplet.DropletBeanInfo
           atg.droplet.BeanPropertyBeanInfo
atg.droplet.BeanPropertyBeanInfo
- All Implemented Interfaces: 
- java.beans.BeanInfo
- public class BeanPropertyBeanInfo 
- extends DropletBeanInfo
BeanInfo for the BeanProperty droplet.
 
 
| Fields inherited from interface java.beans.BeanInfo | 
| ICON_COLOR_16x16, ICON_COLOR_32x32, ICON_MONO_16x16, ICON_MONO_32x32 | 
 
 
| Method Summary | 
|  java.beans.BeanDescriptor | getBeanDescriptor()Returns the BeanDescriptor for this bean, which will in turn 
 contain ParamDescriptors for the droplet.
 | 
 
 
| Methods inherited from class java.beans.SimpleBeanInfo | 
| getAdditionalBeanInfo, getDefaultEventIndex, getDefaultPropertyIndex, getEventSetDescriptors, getMethodDescriptors, getPropertyDescriptors, loadImage | 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
CLASS_VERSION
public static java.lang.String CLASS_VERSION
FUNCTIONAL_CATEGORY
public static final java.lang.String FUNCTIONAL_CATEGORY
- See Also:
- Constant Field Values
FEATURE_CATEGORY
public static final java.lang.String FEATURE_CATEGORY
- See Also:
- Constant Field Values
BeanPropertyBeanInfo
public BeanPropertyBeanInfo()
getBeanDescriptor
public java.beans.BeanDescriptor getBeanDescriptor()
- Returns the BeanDescriptor for this bean, which will in turn 
 contain ParamDescriptors for the droplet.
 
- 
- Specified by:
- getBeanDescriptorin interface- java.beans.BeanInfo
- Overrides:
- getBeanDescriptorin class- java.beans.SimpleBeanInfo
 
-