All Packages Class Hierarchy This Package Previous Next Index
Class com.ibm.as400.access.OutputQueueListBeanInfo
java.lang.Object
|
+----java.beans.SimpleBeanInfo
|
+----com.ibm.as400.access.PrintObjectListBeanInfo
|
+----com.ibm.as400.access.OutputQueueListBeanInfo
- public class OutputQueueListBeanInfo
- extends PrintObjectListBeanInfo
BeanInfo for OutputQueueList class.
-
OutputQueueListBeanInfo()
-
-
getBeanDescriptor()
- Returns the bean descriptor.
-
getIcon(int)
- Returns an Image for this bean's icon.
-
getPropertyDescriptors()
- Returns the descriptors for all properties.
OutputQueueListBeanInfo
public OutputQueueListBeanInfo()
getBeanDescriptor
public BeanDescriptor getBeanDescriptor()
- Returns the bean descriptor.
- Returns:
- The bean descriptor.
- Overrides:
- getBeanDescriptor in class PrintObjectListBeanInfo
getPropertyDescriptors
public PropertyDescriptor[] getPropertyDescriptors()
- Returns the descriptors for all properties.
- Returns:
- The descriptors for all properties.
- Overrides:
- getPropertyDescriptors in class PrintObjectListBeanInfo
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