Package wt.jmx.core
Class OverrideableBeanInfo
java.lang.Object
wt.jmx.core.OverrideableBeanInfo
- All Implemented Interfaces:
BeanInfo
BeanInfo implementation that simply wraps a BeanInfo
instance acquired from Introspector.getBeanInfo(java.lang.Class, int)
using Introspector.IGNORE_IMMEDIATE_BEANINFO as the second argument.
This allows subclasses to make targeted overrides to this BeanInfo rather
than having to specify a given detail totally from scratch as one does with
SimpleBeanInfo.
Supported API: true
Extendable: true
-
Field Summary
FieldsFields inherited from interface java.beans.BeanInfo
ICON_COLOR_16x16, ICON_COLOR_32x32, ICON_MONO_16x16, ICON_MONO_32x32 -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
wrappedBeanInfo
-
-
Constructor Details
-
OverrideableBeanInfo
Sole constructor.
Supported API: true- Throws:
IntrospectionException
-