All Packages Class Hierarchy This Package Previous Next Index
Class com.ibm.as400.vaccess.VSystemPoolBeanInfo
java.lang.Object
|
+----java.beans.SimpleBeanInfo
|
+----com.ibm.as400.vaccess.VSystemPoolBeanInfo
- public class VSystemPoolBeanInfo
- extends SimpleBeanInfo
The VSystemPoolBeanInfo class provides bean
information for the VSystemPool class.
-
VSystemPoolBeanInfo()
-
-
getDefaultEventIndex()
-
Returns the default event index.
-
getDefaultPropertyIndex()
-
Returns the default property index.
-
getEventSetDescriptors()
-
Returns the descriptors for all events.
-
getIcon(int)
- Returns an image for this bean's icon.
-
getPropertyDescriptors()
-
Returns the descriptors for all properties.
VSystemPoolBeanInfo
public VSystemPoolBeanInfo()
getDefaultEventIndex
public int getDefaultEventIndex()
- Returns the default event index.
- Returns:
- The default event index.
- Overrides:
- getDefaultEventIndex in class SimpleBeanInfo
getDefaultPropertyIndex
public int getDefaultPropertyIndex()
- Returns the default property index.
- Returns:
- The default property index.
- 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 this bean's icon.
- Parameters:
- icon - The desired icon size.
- Returns:
- The image for the icon.
- 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