| Annotation Type | Description |
|---|---|
| BeanInfo |
This annotation can be used to specify additional information for constructing
a
BeanInfo class and its BeanDescriptor. |
| BeanInfo.Attribute |
This annotation can be used to specify additional attributes for
BeanDescriptor and PropertyDescriptor. |
| 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.
|
Copyright (C) 2004-2017 FormDev Software GmbH. All rights reserved.