All Packages Class Hierarchy This Package Previous Next Index
Class com.ibm.as400.access.RecordFormatBeanInfo
java.lang.Object
|
+----java.beans.SimpleBeanInfo
|
+----com.ibm.as400.access.RecordFormatBeanInfo
- public class RecordFormatBeanInfo
- extends SimpleBeanInfo
The RecordFormatBeanInfo class provides BeanInfo for the RecordFormat class.
-
RecordFormatBeanInfo()
- Constructs a RecordFormatBeanInfo object.
-
getBeanDescriptor()
- Returns the bean descriptor.
-
getDefaultEventIndex()
- Returns the index of the default event.
-
getDefaultPropertyIndex()
- Returns the index of the default property.
-
getEventSetDescriptors()
- Returns the set of event descriptors.
-
getIcon(int)
- Returns the icon image for a RecordFormat bean.
-
getPropertyDescriptors()
- Returns the property descriptors.
RecordFormatBeanInfo
public RecordFormatBeanInfo()
- Constructs a RecordFormatBeanInfo object.
getBeanDescriptor
public BeanDescriptor getBeanDescriptor()
- Returns the bean descriptor.
- Returns:
- The bean descriptor.
- Overrides:
- getBeanDescriptor in class SimpleBeanInfo
getDefaultEventIndex
public int getDefaultEventIndex()
- Returns the index of the default event.
- Returns:
- The index to the default event.
- Overrides:
- getDefaultEventIndex in class SimpleBeanInfo
getDefaultPropertyIndex
public int getDefaultPropertyIndex()
- Returns the index of the default property.
- Returns:
- The index to the default property.
- Overrides:
- getDefaultPropertyIndex in class SimpleBeanInfo
getEventSetDescriptors
public EventSetDescriptor[] getEventSetDescriptors()
- Returns the set of event descriptors.
- Returns:
- The event descriptor set.
- Overrides:
- getEventSetDescriptors in class SimpleBeanInfo
getPropertyDescriptors
public PropertyDescriptor[] getPropertyDescriptors()
- Returns the property descriptors.
- Returns:
- The property descriptors.
- Overrides:
- getPropertyDescriptors in class SimpleBeanInfo
getIcon
public Image getIcon(int icon)
- Returns the icon image for a RecordFormat bean.
- Returns:
- The icon image.
- Overrides:
- getIcon in class SimpleBeanInfo
All Packages Class Hierarchy This Package Previous Next Index