Frames | No Frames |
Constructors which throw type java.beans.IntrospectionException | |
EventSetDescriptor.EventSetDescriptor(Class eventSourceClass, String eventSetName, Class listenerType, String listenerMethodName) Create a new EventSetDescriptor.
| |
EventSetDescriptor.EventSetDescriptor(Class eventSourceClass, String eventSetName, Class listenerType, String[] listenerMethodNames, String addListenerMethodName, String removeListenerMethodName) Create a new EventSetDescriptor.
| |
EventSetDescriptor.EventSetDescriptor(String eventSetName, Class listenerType, MethodDescriptor[] listenerMethodDescriptors, Method addListenerMethod, Method removeListenerMethod) Create a new EventSetDescriptor.
| |
EventSetDescriptor.EventSetDescriptor(String eventSetName, Class listenerType, Method[] listenerMethods, Method addListenerMethod, Method removeListenerMethod) Create a new EventSetDescriptor.
| |
Create a new IndexedPropertyDescriptor by introspection.
| |
IndexedPropertyDescriptor.IndexedPropertyDescriptor(String name, Class beanClass, String getMethodName, String setMethodName, String getIndexName, String setIndexName) Create a new IndexedPropertyDescriptor by introspection.
| |
IndexedPropertyDescriptor.IndexedPropertyDescriptor(String name, Method getMethod, Method setMethod, Method getIndex, Method setIndex) Create a new PropertyDescriptor using explicit Methods.
| |
Create a new PropertyDescriptor by introspection.
| |
PropertyDescriptor.PropertyDescriptor(String name, Class beanClass, String getMethodName, String setMethodName) Create a new PropertyDescriptor by introspection.
| |
Create a new PropertyDescriptor using explicit Methods.
|
Methods which throw type java.beans.IntrospectionException | |
BeanInfo | Get the BeanInfo for class beanClass ,
first by looking for explicit information, next by
using standard design patterns to determine
information about the class.
|
BeanInfo | Get the BeanInfo for class beanClass ,
first by looking for explicit information, next by
using standard design patterns to determine
information about the class. |
void | Sets the method that is used to read an indexed property.
|
void | Sets the method that is used to write an indexed property.
|
void | Sets the read method. The read method is used to retrieve the value of a property. |
void | Sets the write method. The write method is used to set the value of a property. |
Methods which throw type java.beans.IntrospectionException | |
BeanInfo | |
BeanInfoEmbryo |