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.


Constructor Index

 o ServiceProgramCallBeanInfo()

Method Index

 o getAdditionalBeanInfo()
Returns the BeanInfo for the superclass of this bean.
 o getBeanDescriptor()
Returns the bean descriptor.
 o getDefaultPropertyIndex()
Returns the default property index.
 o getIcon(int)
Returns an Image for this bean's icon.
 o getPropertyDescriptors()
Returns the descriptors for all properties.

Constructors

 o ServiceProgramCallBeanInfo
 public ServiceProgramCallBeanInfo()

Methods

 o 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
 o getBeanDescriptor
 public BeanDescriptor getBeanDescriptor()
Returns the bean descriptor.

Returns:
The bean descriptor.
Overrides:
getBeanDescriptor in class SimpleBeanInfo
 o getDefaultPropertyIndex
 public int getDefaultPropertyIndex()
Returns the default property index.

Returns:
The default property index (always 0).
Overrides:
getDefaultPropertyIndex in class SimpleBeanInfo
 o 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
 o 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