public class RecordBeanInfo
extends java.beans.SimpleBeanInfo
| Constructor and Description | 
|---|
| RecordBeanInfo()Constructs a RecordBeanInfo object. | 
| Modifier and Type | Method and Description | 
|---|---|
| java.beans.BeanDescriptor | getBeanDescriptor()Returns the bean descriptor. | 
| int | getDefaultEventIndex()Returns the index of the default event. | 
| int | getDefaultPropertyIndex()Returns the index of the default property. | 
| java.beans.EventSetDescriptor[] | getEventSetDescriptors()Returns the set of event descriptors. | 
| java.awt.Image | getIcon(int icon)Returns the icon image for a Record bean. | 
| java.beans.PropertyDescriptor[] | getPropertyDescriptors()Returns the property descriptors. | 
public java.beans.BeanDescriptor getBeanDescriptor()
getBeanDescriptor in interface java.beans.BeanInfogetBeanDescriptor in class java.beans.SimpleBeanInfopublic int getDefaultEventIndex()
getDefaultEventIndex in interface java.beans.BeanInfogetDefaultEventIndex in class java.beans.SimpleBeanInfopublic int getDefaultPropertyIndex()
getDefaultPropertyIndex in interface java.beans.BeanInfogetDefaultPropertyIndex in class java.beans.SimpleBeanInfopublic java.beans.EventSetDescriptor[] getEventSetDescriptors()
getEventSetDescriptors in interface java.beans.BeanInfogetEventSetDescriptors in class java.beans.SimpleBeanInfopublic java.beans.PropertyDescriptor[] getPropertyDescriptors()
getPropertyDescriptors in interface java.beans.BeanInfogetPropertyDescriptors in class java.beans.SimpleBeanInfopublic java.awt.Image getIcon(int icon)
getIcon in interface java.beans.BeanInfogetIcon in class java.beans.SimpleBeanInfo