All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class com.ibm.as400.access.DataQueueAttributesBeanInfo

java.lang.Object
   |
   +----java.beans.SimpleBeanInfo
           |
           +----com.ibm.as400.access.DataQueueAttributesBeanInfo

public class DataQueueAttributesBeanInfo
extends SimpleBeanInfo
The DataQueueAttributesBeanInfo class provides bean information for the DataQueueAttributes class.


Constructor Index

 o DataQueueAttributesBeanInfo()

Method Index

 o getBeanDescriptor()
Returns the bean descriptor.
 o getIcon(int)
Returns an Image for this bean's icon.
 o getPropertyDescriptors()
Returns the property descriptors.

Constructors

 o DataQueueAttributesBeanInfo
 public DataQueueAttributesBeanInfo()

Methods

 o getBeanDescriptor
 public BeanDescriptor getBeanDescriptor()
Returns the bean descriptor.

Returns:
The bean descriptor.
Overrides:
getBeanDescriptor in class SimpleBeanInfo
 o getPropertyDescriptors
 public PropertyDescriptor[] getPropertyDescriptors()
Returns the property descriptors. return The property descriptors.

Overrides:
getPropertyDescriptors 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

All Packages  Class Hierarchy  This Package  Previous  Next  Index