public class OutputQueueBeanInfo extends PrintObjectBeanInfo
Constructor and Description |
---|
OutputQueueBeanInfo() |
Modifier and Type | Method and Description |
---|---|
java.beans.BeanDescriptor |
getBeanDescriptor()
Returns the bean descriptor.
|
int |
getDefaultEventIndex()
Returns the index of the default event.
|
java.beans.EventSetDescriptor[] |
getEventSetDescriptors()
Returns the descriptors for all events.
|
java.awt.Image |
getIcon(int icon)
Returns an Image for this bean's icon.
|
java.beans.PropertyDescriptor[] |
getPropertyDescriptors()
Returns the descriptors for all properties.
|
getDefaultPropertyIndex
public java.beans.BeanDescriptor getBeanDescriptor()
getBeanDescriptor
in interface java.beans.BeanInfo
getBeanDescriptor
in class PrintObjectBeanInfo
public int getDefaultEventIndex()
getDefaultEventIndex
in interface java.beans.BeanInfo
getDefaultEventIndex
in class PrintObjectBeanInfo
public java.beans.EventSetDescriptor[] getEventSetDescriptors()
getEventSetDescriptors
in interface java.beans.BeanInfo
getEventSetDescriptors
in class PrintObjectBeanInfo
public java.beans.PropertyDescriptor[] getPropertyDescriptors()
getPropertyDescriptors
in interface java.beans.BeanInfo
getPropertyDescriptors
in class PrintObjectBeanInfo
public java.awt.Image getIcon(int icon)
getIcon
in interface java.beans.BeanInfo
getIcon
in class java.beans.SimpleBeanInfo
icon
- The desired icon size and color.