public class MessageQueueBeanInfo
extends java.beans.SimpleBeanInfo
Constructor and Description |
---|
MessageQueueBeanInfo() |
Modifier and Type | Method and Description |
---|---|
java.beans.BeanInfo[] |
getAdditionalBeanInfo()
Returns the additional bean information.
|
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.
|
public java.beans.BeanInfo[] getAdditionalBeanInfo()
getAdditionalBeanInfo
in interface java.beans.BeanInfo
getAdditionalBeanInfo
in class java.beans.SimpleBeanInfo
public java.beans.BeanDescriptor getBeanDescriptor()
getBeanDescriptor
in interface java.beans.BeanInfo
getBeanDescriptor
in class java.beans.SimpleBeanInfo
public int getDefaultEventIndex()
getDefaultEventIndex
in interface java.beans.BeanInfo
getDefaultEventIndex
in class java.beans.SimpleBeanInfo
public java.beans.EventSetDescriptor[] getEventSetDescriptors()
getEventSetDescriptors
in interface java.beans.BeanInfo
getEventSetDescriptors
in class java.beans.SimpleBeanInfo
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. Possible values are:
public java.beans.PropertyDescriptor[] getPropertyDescriptors()
getPropertyDescriptors
in interface java.beans.BeanInfo
getPropertyDescriptors
in class java.beans.SimpleBeanInfo