| BeanInfo |
This annotation can be used to specify additional information for constructing
a BeanInfo class and its BeanDescriptor.
|
| BeanInfo.Attribute |
|
| BeanInfo.Category |
This annotation supports grouping of properties into categories,
which are displayed in the JFormDesigner Properties view.
|
| DesignCreate |
This annotation can be used to mark a static method that should be
invoked by JFormDesigner to create instances of the bean, which are
then used in the JFormDesigner Design view.
|
| PropertyDesc |
This annotation can be used to specify additional information for constructing
a PropertyDescriptor.
|
| PropertyDesc.Enum |
This annotation can be used to specify a list of valid property values.
|
| PropertyDesc.ExtraPersistenceDelegate |
This annotation can be used to specify extra persistence delegates.
|