See: Description
| Interface | Description |
|---|---|
| GPBean |
This interface defines the additional information a bean may provide in order to interact with the node that
represents it.
|
| PropertyInfo |
This interface defines information that can be returned for a given property.
|
| Class | Description |
|---|---|
| BeanInfoSupport |
Utility class that provides default implementation and caching for all aspect of
the BeanInfo.
|
| BeanSupport |
This support class should be subclassed by bean classes.
|
| BeanTagger |
Utility class that can tag a Property or a BeanInfo to add information to it.
|
| BeanUtils |
A few utility methods for Beans.
|
| PropertyInfoSupport |
Support class allowing to create instances of
PropertyInfo. |
Two classes can be used as based classes for writing JavaBean or BeanInfo more easily :
BeanSupport provides a base class for writing JavaBeans supporting PropertyChangeEvent.BeanInfoSupport provides a base class for writing BeanInfo.