All Packages Class Hierarchy This Package Previous Next Index
Class com.ibm.as400.vaccess.AS400ListModelBeanInfo
java.lang.Object
|
+----java.beans.SimpleBeanInfo
|
+----com.ibm.as400.vaccess.AS400ListModelBeanInfo
- public class AS400ListModelBeanInfo
- extends SimpleBeanInfo
The AS400ListModelBeanInfo class provides bean information
for the AS400ListModel class.
- See Also:
- AS400ListModel
-
AS400ListModelBeanInfo()
-
-
getBeanDescriptor()
- Returns the bean descriptor.
-
getDefaultEventIndex()
- Returns the index of the default event.
-
getDefaultPropertyIndex()
- Returns the index of the default property.
-
getEventSetDescriptors()
- Returns the descriptors for all events.
-
getIcon(int)
- Returns an image for the icon.
-
getPropertyDescriptors()
- Returns the descriptors for all properties.
AS400ListModelBeanInfo
public AS400ListModelBeanInfo()
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 of the default event.
- Overrides:
- getDefaultEventIndex in class SimpleBeanInfo
getDefaultPropertyIndex
public int getDefaultPropertyIndex()
- Returns the index of the default property.
- Returns:
- The index of the default property.
- Overrides:
- getDefaultPropertyIndex in class SimpleBeanInfo
getEventSetDescriptors
public EventSetDescriptor[] getEventSetDescriptors()
- Returns the descriptors for all events.
- Returns:
- The descriptors for all events.
- Overrides:
- getEventSetDescriptors in class SimpleBeanInfo
getIcon
public Image getIcon(int icon)
- Returns an image for the icon.
- Parameters:
- icon - The icon size and color.
- Returns:
- The image.
- Overrides:
- getIcon in class SimpleBeanInfo
getPropertyDescriptors
public PropertyDescriptor[] getPropertyDescriptors()
- Returns the descriptors for all properties.
- Returns:
- The descriptors for all properties.
- Overrides:
- getPropertyDescriptors in class SimpleBeanInfo
All Packages Class Hierarchy This Package Previous Next Index