| |
|
| java.lang.Object org.jivesoftware.util.JiveBeanInfo
All known Subclasses: org.jivesoftware.database.DefaultConnectionProviderBeanInfo,
JiveBeanInfo | abstract public class JiveBeanInfo implements BeanInfo(Code) | | An abstract BeanInfo implementation that automatically constructs
PropertyDescriptors and handles i18n through ResourceBundles.
author: Jive Software See Also: java.beans.BeanInfo |
JiveBeanInfo | public JiveBeanInfo()(Code) | | |
getBeanClass | abstract public Class getBeanClass()(Code) | | Returns the bean Class.
the Class of the JavaBean that the BeanInfo is for. |
getDefaultEventIndex | public int getDefaultEventIndex()(Code) | | |
getDefaultPropertyIndex | public int getDefaultPropertyIndex()(Code) | | |
getName | abstract public String getName()(Code) | | Returns the name of the class that the bean info applies to (which
corresponds to the resource bundle that will be loaded). For example,
for the class com.foo.ExampleClass, the name would be
ExampleClass.
the name of the JavaBean that the BeanInfo is for. |
getPropertyNames | abstract public String[] getPropertyNames()(Code) | | Returns the names of the properties of the bean that should be exposed.
the names of the properties that should be exposed. |
|
|
|