public class DecimalDataAreaBeanInfo
extends java.beans.SimpleBeanInfo
Constructor and Description |
---|
DecimalDataAreaBeanInfo() |
Modifier and Type | Method and Description |
---|---|
java.beans.BeanInfo[] |
getAdditionalBeanInfo()
Returns additional bean information.
|
java.beans.BeanDescriptor |
getBeanDescriptor()
Returns the bean descriptor.
|
int |
getDefaultPropertyIndex()
//D1A
Returns the index of the default property.
|
java.awt.Image |
getIcon(int icon)
Returns an Image for this bean's icon.
|
java.beans.PropertyDescriptor[] |
getPropertyDescriptors()
Returns the descriptors for all properties.
|
public java.beans.BeanInfo[] getAdditionalBeanInfo()
getAdditionalBeanInfo
in interface java.beans.BeanInfo
getAdditionalBeanInfo
in class java.beans.SimpleBeanInfo
public java.beans.BeanDescriptor getBeanDescriptor()
getBeanDescriptor
in interface java.beans.BeanInfo
getBeanDescriptor
in class java.beans.SimpleBeanInfo
public java.awt.Image getIcon(int icon)
getIcon
in interface java.beans.BeanInfo
getIcon
in class java.beans.SimpleBeanInfo
icon
- The desired icon size and color.public int getDefaultPropertyIndex()
getDefaultPropertyIndex
in interface java.beans.BeanInfo
getDefaultPropertyIndex
in class java.beans.SimpleBeanInfo
public java.beans.PropertyDescriptor[] getPropertyDescriptors()
getPropertyDescriptors
in interface java.beans.BeanInfo
getPropertyDescriptors
in class java.beans.SimpleBeanInfo