public class MessageDebugBeanImplBeanInfo 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 |
---|
MessageDebugBeanImplBeanInfo() |
MessageDebugBeanImplBeanInfo(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, setPropertyDescriptorDefault
getAdditionalBeanInfo, getDefaultEventIndex, getDefaultPropertyIndex, getIcon, loadImage
public static final Class INTERFACE_CLASS
public MessageDebugBeanImplBeanInfo(boolean readOnly, String targetVersion) throws IntrospectionException
IntrospectionException
public MessageDebugBeanImplBeanInfo() throws IntrospectionException
IntrospectionException
protected BeanDescriptor buildBeanDescriptor()
buildBeanDescriptor
in class DiameterDescriptorBeanImplBeanInfo
protected void buildPropertyDescriptors(Map descriptors) throws IntrospectionException
buildPropertyDescriptors
in class DiameterDescriptorBeanImplBeanInfo
descriptors
- the set to add you descriptors to.IntrospectionException
protected void buildMethodDescriptors(Map descriptors) throws IntrospectionException, NoSuchMethodException
buildMethodDescriptors
in class DiameterDescriptorBeanImplBeanInfo
descriptors
- the set to add to.IntrospectionException
NoSuchMethodException
protected void buildEventSetDescriptors(Map descriptors) throws IntrospectionException
buildEventSetDescriptors
in class DiameterDescriptorBeanImplBeanInfo
descriptors
- the set to add to.IntrospectionException