public class ConfigurationBeanImplBeanInfo extends DiameterDescriptorBeanImplBeanInfo
| Modifier and Type | Field and Description |
|---|---|
static Class |
INTERFACE_CLASS |
ICON_COLOR_16x16, ICON_COLOR_32x32, ICON_MONO_16x16, ICON_MONO_32x32| Constructor and Description |
|---|
ConfigurationBeanImplBeanInfo() |
ConfigurationBeanImplBeanInfo(boolean readOnly,
String targetVersion) |
| Modifier and Type | Method and Description |
|---|---|
protected BeanDescriptor |
buildBeanDescriptor() |
protected void |
buildEventSetDescriptors(Map descriptors)
Get the event infos for this class and all of it parent
classes combined.
|
protected void |
buildMethodDescriptors(Map descriptors)
Get the method infos for this class and all of it parent
classes combined.
|
protected void |
buildPropertyDescriptors(Map descriptors)
Get the attribute infos for this class and all of it parent
classes combined.
|
createParameterDescriptor, disableProperties, getBeanDescriptor, getEventSetDescriptors, getLastAccess, getMethodDescriptors, getPropertyDescriptors, setLastAccess, setPropertyDescriptorDefaultgetAdditionalBeanInfo, getDefaultEventIndex, getDefaultPropertyIndex, getIcon, loadImagepublic static final Class INTERFACE_CLASS
public ConfigurationBeanImplBeanInfo(boolean readOnly,
String targetVersion)
throws IntrospectionException
IntrospectionExceptionpublic ConfigurationBeanImplBeanInfo()
throws IntrospectionException
IntrospectionExceptionprotected BeanDescriptor buildBeanDescriptor()
buildBeanDescriptor in class DiameterDescriptorBeanImplBeanInfoprotected void buildPropertyDescriptors(Map descriptors) throws IntrospectionException
buildPropertyDescriptors in class DiameterDescriptorBeanImplBeanInfodescriptors - the set to add you descriptors to.IntrospectionExceptionprotected void buildMethodDescriptors(Map descriptors) throws IntrospectionException, NoSuchMethodException
buildMethodDescriptors in class DiameterDescriptorBeanImplBeanInfodescriptors - the set to add to.IntrospectionExceptionNoSuchMethodExceptionprotected void buildEventSetDescriptors(Map descriptors) throws IntrospectionException
buildEventSetDescriptors in class DiameterDescriptorBeanImplBeanInfodescriptors - the set to add to.IntrospectionException