All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class com.ibm.as400.access.KeyedDataQueueBeanInfo

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

public class KeyedDataQueueBeanInfo
extends BaseDataQueueBeanInfo
The KeyedDataQueueBeanInfo class provides bean information for the KeyedDataQueue class.


Constructor Index

 o KeyedDataQueueBeanInfo()

Method Index

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

Constructors

 o KeyedDataQueueBeanInfo
 public KeyedDataQueueBeanInfo()

Methods

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

Returns:
The bean descriptor.
Overrides:
getBeanDescriptor in class BaseDataQueueBeanInfo
 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