public abstract class JiveBeanInfo extends Object implements BeanInfo
BeanInfo
ICON_COLOR_16x16, ICON_COLOR_32x32, ICON_MONO_16x16, ICON_MONO_32x32
Constructor and Description |
---|
JiveBeanInfo() |
Modifier and Type | Method and Description |
---|---|
BeanInfo[] |
getAdditionalBeanInfo() |
abstract Class |
getBeanClass()
Returns the bean Class.
|
BeanDescriptor |
getBeanDescriptor() |
int |
getDefaultEventIndex() |
int |
getDefaultPropertyIndex() |
EventSetDescriptor[] |
getEventSetDescriptors() |
Image |
getIcon(int iconKind) |
MethodDescriptor[] |
getMethodDescriptors() |
abstract String |
getName()
Returns the name of the class that the bean info applies to (which
corresponds to the resource bundle that will be loaded).
|
PropertyDescriptor[] |
getPropertyDescriptors() |
abstract String[] |
getPropertyNames()
Returns the names of the properties of the bean that should be exposed.
|
public abstract String[] getPropertyNames()
public abstract Class getBeanClass()
public abstract String getName()
public BeanDescriptor getBeanDescriptor()
getBeanDescriptor
in interface BeanInfo
public PropertyDescriptor[] getPropertyDescriptors()
getPropertyDescriptors
in interface BeanInfo
public int getDefaultPropertyIndex()
getDefaultPropertyIndex
in interface BeanInfo
public EventSetDescriptor[] getEventSetDescriptors()
getEventSetDescriptors
in interface BeanInfo
public int getDefaultEventIndex()
getDefaultEventIndex
in interface BeanInfo
public MethodDescriptor[] getMethodDescriptors()
getMethodDescriptors
in interface BeanInfo
public BeanInfo[] getAdditionalBeanInfo()
getAdditionalBeanInfo
in interface BeanInfo
Copyright © 2003-2008 Jive Software.