All Packages Class Hierarchy This Package Previous Next Index
Class com.ibm.as400.access.ServiceProgramCallBeanInfo
java.lang.Object
|
+----java.beans.SimpleBeanInfo
|
+----com.ibm.as400.access.ServiceProgramCallBeanInfo
- public class ServiceProgramCallBeanInfo
- extends SimpleBeanInfo
The ServiceProgramCallBeanInfo class provides bean information for the
ServiceProgramCall class. ServiceProgramCall is a subclass of ProgramCall
so bean information from ProgramCallBeanInfo also applies to
ServiceProgramCall.
-
ServiceProgramCallBeanInfo()
-
-
getAdditionalBeanInfo()
- Returns the BeanInfo for the superclass of this bean.
-
getBeanDescriptor()
- Returns the bean descriptor.
-
getDefaultPropertyIndex()
- Returns the default property index.
-
getIcon(int)
- Returns an Image for this bean's icon.
-
getPropertyDescriptors()
- Returns the descriptors for all properties.
ServiceProgramCallBeanInfo
public ServiceProgramCallBeanInfo()
getAdditionalBeanInfo
public BeanInfo[] getAdditionalBeanInfo()
- Returns the BeanInfo for the superclass of this bean. Since
ServiceProgramCall is a subclass of ProgramCall, this method
will return a ProgramCallBeanInfo object.
- Returns:
- BeanInfo[] containing this bean's superclass BeanInfo
- Overrides:
- getAdditionalBeanInfo in class SimpleBeanInfo
getBeanDescriptor
public BeanDescriptor getBeanDescriptor()
- Returns the bean descriptor.
- Returns:
- The bean descriptor.
- Overrides:
- getBeanDescriptor in class SimpleBeanInfo
getDefaultPropertyIndex
public int getDefaultPropertyIndex()
- Returns the default property index.
- Returns:
- The default property index (always 0).
- Overrides:
- getDefaultPropertyIndex 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
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