All Packages Class Hierarchy This Package Previous Next Index
Class com.ibm.as400.access.DecimalDataAreaBeanInfo
java.lang.Object
|
+----java.beans.SimpleBeanInfo
|
+----com.ibm.as400.access.DecimalDataAreaBeanInfo
- public class DecimalDataAreaBeanInfo
- extends SimpleBeanInfo
The DecimalDataAreaBeanInfo class provides
bean information for the DecimalDataArea class.
-
DecimalDataAreaBeanInfo()
-
-
getAdditionalBeanInfo()
- Returns additional bean information.
-
getBeanDescriptor()
- Returns the bean descriptor.
-
getDefaultPropertyIndex()
- //D1A
Returns the index of the default property.
-
getIcon(int)
- Returns an Image for this bean's icon.
-
getPropertyDescriptors()
- Returns the descriptors for all properties.
DecimalDataAreaBeanInfo
public DecimalDataAreaBeanInfo()
getAdditionalBeanInfo
public BeanInfo[] getAdditionalBeanInfo()
- Returns additional bean information.
- Overrides:
- getAdditionalBeanInfo in class SimpleBeanInfo
getBeanDescriptor
public BeanDescriptor getBeanDescriptor()
- Returns the bean descriptor.
- Returns:
- The bean descriptor.
- Overrides:
- getBeanDescriptor in class SimpleBeanInfo
getIcon
public Image getIcon(int icon)
- Returns an Image for this bean's icon.
- Parameters:
- icon - The desired icon size and color.
- Returns:
- The Image for the icon.
- Overrides:
- getIcon in class SimpleBeanInfo
getDefaultPropertyIndex
public int getDefaultPropertyIndex()
- //D1A
Returns the index of the default property. //D1A
- Returns:
- The index to the default property. //D1A
- Overrides:
- getDefaultPropertyIndex in class SimpleBeanInfo
getPropertyDescriptors
public PropertyDescriptor[] getPropertyDescriptors()
- Returns the descriptors for all properties. //D1A
- Returns:
- The descriptors for all properties. //D1A
- Overrides:
- getPropertyDescriptors in class SimpleBeanInfo
All Packages Class Hierarchy This Package Previous Next Index