| |
|
| java.lang.Object org.cougaar.util.SelfDescribingBeanInfo
SelfDescribingBeanInfo | public class SelfDescribingBeanInfo implements BeanInfo(Code) | | A useful base class which allows an object to be it's own BeanInfo
class. The defaults just implement the BeanInfo interface with
null return values except that we also provides a simple API for
recursive construction of PropertyDescriptor arrays.
|
addPropertyDescriptors | protected void addPropertyDescriptors(Collection c) throws IntrospectionException(Code) | | Override this to add class-local PropertyDescriptor instances
to the collection c. Make sure that overridden methods call super
as appropriate.
|
getDefaultEventIndex | public int getDefaultEventIndex()(Code) | | |
getDefaultPropertyIndex | public int getDefaultPropertyIndex()(Code) | | |
|
|
|