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.
-
KeyedDataQueueBeanInfo()
-
-
getBeanDescriptor()
- Returns the bean descriptor.
-
getIcon(int)
- Returns an Image for this bean's icon.
KeyedDataQueueBeanInfo
public KeyedDataQueueBeanInfo()
getBeanDescriptor
public BeanDescriptor getBeanDescriptor()
- Returns the bean descriptor.
- Returns:
- The bean descriptor.
- Overrides:
- getBeanDescriptor in class BaseDataQueueBeanInfo
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