Method Summary |
|
public BeanDescriptor | getBeanDescriptor() Gets the bean's BeanDescriptor s.
BeanDescriptor describing the editable properties of this bean. |
public int | getDefaultEventIndex() A bean may have a "default" event that is the event that will mostly commonly be
used by human's when using the bean. |
public int | getDefaultPropertyIndex() A bean may have a "default" property that is the property that will mostly commonly
be initially chosen for update by human's who are customizing the bean. |
public EventSetDescriptor[] | getEventSetDescriptors() Gets the bean's EventSetDescriptor s.
An array of EventSetDescriptors describing the kinds of events fired bythis bean. |
public MethodDescriptor[] | getMethodDescriptors() Gets the bean's MethodDescriptor s.
An array of MethodDescriptors describing the methods implemented by thisbean. |
public PropertyDescriptor[] | getPropertyDescriptors() Gets the bean's PropertyDescriptor s.
An array of PropertyDescriptors describing the editable propertiessupported by this bean. |