A B C D E F H I L N P S
All Classes All Packages
All Classes All Packages
All Classes All Packages
A
- attributes() - Method in annotation type com.jformdesigner.annotations.BeanInfo
-
Specifies additional named attributes for the
BeanDescriptor. - attributes() - Method in annotation type com.jformdesigner.annotations.PropertyDesc
-
Specifies additional named attributes for the
PropertyDescriptor.
B
- BeanInfo - Annotation Type in com.jformdesigner.annotations
-
This annotation can be used to specify additional information for constructing a
BeanInfoclass and itsBeanDescriptor. - BeanInfo.Attribute - Annotation Type in com.jformdesigner.annotations
-
This annotation can be used to specify additional attributes for
BeanDescriptorandPropertyDescriptor. - BeanInfo.Category - Annotation Type in com.jformdesigner.annotations
-
This annotation supports grouping of properties into categories, which are displayed in the JFormDesigner Properties view.
- booleanValue() - Method in annotation type com.jformdesigner.annotations.BeanInfo.Attribute
-
Boolean value of the attribute.
- booleanValue() - Method in annotation type com.jformdesigner.annotations.PropertyDesc.Enum
-
Boolean value of the enumeration.
- byteValue() - Method in annotation type com.jformdesigner.annotations.BeanInfo.Attribute
-
Byte value of the attribute.
- byteValue() - Method in annotation type com.jformdesigner.annotations.PropertyDesc.Enum
-
Byte value of the enumeration.
C
- categories() - Method in annotation type com.jformdesigner.annotations.BeanInfo
-
Specifies categories for grouping properties in the JFormDesigner Properties view.
- category() - Method in annotation type com.jformdesigner.annotations.PropertyDesc
-
Name of the category in which the property should be displayed.
- charValue() - Method in annotation type com.jformdesigner.annotations.BeanInfo.Attribute
-
Character value of the attribute.
- charValue() - Method in annotation type com.jformdesigner.annotations.PropertyDesc.Enum
-
Character value of the enumeration.
- classArrayValue() - Method in annotation type com.jformdesigner.annotations.BeanInfo.Attribute
-
Class array value of the attribute.
- classValue() - Method in annotation type com.jformdesigner.annotations.BeanInfo.Attribute
-
Class value of the attribute.
- classValue() - Method in annotation type com.jformdesigner.annotations.PropertyDesc.Enum
-
Class value of the enumeration.
- cls() - Method in annotation type com.jformdesigner.annotations.PropertyDesc.ExtraPersistenceDelegate
-
The class for which the persistence delegate should be used.
- code() - Method in annotation type com.jformdesigner.annotations.PropertyDesc.Enum
-
Java code of the enumeration.
- com.jformdesigner.annotations - package com.jformdesigner.annotations
- containerDelegate() - Method in annotation type com.jformdesigner.annotations.BeanInfo
-
If components should be added to a descendant of a container, then it is possible to specify a method that returns the container for the children.
- customizer() - Method in annotation type com.jformdesigner.annotations.BeanInfo
-
Specifies the bean's customizer.
D
- delegate() - Method in annotation type com.jformdesigner.annotations.PropertyDesc.ExtraPersistenceDelegate
-
Persistence delegate that should be used to persist an instance the class specified in
PropertyDesc.ExtraPersistenceDelegate.cls(). - description() - Method in annotation type com.jformdesigner.annotations.BeanInfo
-
Description of the JavaBean.
- description() - Method in annotation type com.jformdesigner.annotations.PropertyDesc
-
Description of the property.
- DesignCreate - Annotation Type in com.jformdesigner.annotations
-
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.
- displayName() - Method in annotation type com.jformdesigner.annotations.PropertyDesc
-
Display name of the property.
- doubleValue() - Method in annotation type com.jformdesigner.annotations.BeanInfo.Attribute
-
Double value of the attribute.
- doubleValue() - Method in annotation type com.jformdesigner.annotations.PropertyDesc.Enum
-
Double value of the enumeration.
E
- enumValues() - Method in annotation type com.jformdesigner.annotations.PropertyDesc
-
Specifies a list of valid property values.
- expert() - Method in annotation type com.jformdesigner.annotations.PropertyDesc
-
Specifies whether the property is intended for expert users.
- extraPersistenceDelegates() - Method in annotation type com.jformdesigner.annotations.PropertyDesc
-
Specifies extra persistence delegates used to persist referenced classes.
F
- floatValue() - Method in annotation type com.jformdesigner.annotations.BeanInfo.Attribute
-
Float value of the attribute.
- floatValue() - Method in annotation type com.jformdesigner.annotations.PropertyDesc.Enum
-
Float value of the enumeration.
H
- hidden() - Method in annotation type com.jformdesigner.annotations.PropertyDesc
-
Specifies whether the property should be hidden.
I
- icon() - Method in annotation type com.jformdesigner.annotations.BeanInfo
-
Resource name of a 16x16 color icon of the JavaBean.
- imports() - Method in annotation type com.jformdesigner.annotations.PropertyDesc
-
Specifies one or more classes for which import statements should be generated by the Java code generator.
- intValue() - Method in annotation type com.jformdesigner.annotations.BeanInfo.Attribute
-
Integer value of the attribute.
- intValue() - Method in annotation type com.jformdesigner.annotations.PropertyDesc.Enum
-
Integer value of the enumeration.
- isContainer() - Method in annotation type com.jformdesigner.annotations.BeanInfo
-
Specifies whether a component is a container or not.
L
- longValue() - Method in annotation type com.jformdesigner.annotations.BeanInfo.Attribute
-
Long value of the attribute.
- longValue() - Method in annotation type com.jformdesigner.annotations.PropertyDesc.Enum
-
Long value of the enumeration.
N
- name() - Method in annotation type com.jformdesigner.annotations.BeanInfo.Attribute
-
The name of the attribute.
- name() - Method in annotation type com.jformdesigner.annotations.BeanInfo.Category
-
The name of the category.
- name() - Method in annotation type com.jformdesigner.annotations.PropertyDesc.Enum
-
Name of the enumeration.
- name() - Method in annotation type com.jformdesigner.annotations.PropertyDesc
-
The programmatic name of the property.
P
- persistenceConstructorProperties() - Method in annotation type com.jformdesigner.annotations.BeanInfo
-
Specifies the property names for a
DefaultPersistenceDelegate(String[])used to persist an instance of the annotated class. - persistenceConstructorProperties() - Method in annotation type com.jformdesigner.annotations.PropertyDesc
-
Specifies the property names for a
DefaultPersistenceDelegate(String[])used to persist an instance of the property value. - persistenceDelegate() - Method in annotation type com.jformdesigner.annotations.BeanInfo
-
Specifies the persistence delegate used to persist an instance of the annotated class.
- persistenceDelegate() - Method in annotation type com.jformdesigner.annotations.PropertyDesc
-
Specifies the persistence delegate used to persist an instance of the property value.
- preferred() - Method in annotation type com.jformdesigner.annotations.PropertyDesc
-
Specifies whether the property is important.
- properties() - Method in annotation type com.jformdesigner.annotations.BeanInfo.Category
-
Array of property names that should be assigned to this category.
- properties() - Method in annotation type com.jformdesigner.annotations.BeanInfo
-
Specifies property descriptors.
- PropertyDesc - Annotation Type in com.jformdesigner.annotations
-
This annotation can be used to specify additional information for constructing a
PropertyDescriptor. - PropertyDesc.Enum - Annotation Type in com.jformdesigner.annotations
-
This annotation can be used to specify a list of valid property values.
- PropertyDesc.ExtraPersistenceDelegate - Annotation Type in com.jformdesigner.annotations
-
This annotation can be used to specify extra persistence delegates.
- propertyEditor() - Method in annotation type com.jformdesigner.annotations.PropertyDesc
-
Custom property editor that should be used for editing the property.
S
- shortValue() - Method in annotation type com.jformdesigner.annotations.BeanInfo.Attribute
-
Short value of the attribute.
- shortValue() - Method in annotation type com.jformdesigner.annotations.PropertyDesc.Enum
-
Short value of the enumeration.
- stringArrayValue() - Method in annotation type com.jformdesigner.annotations.BeanInfo.Attribute
-
String array value of the attribute.
- stringValue() - Method in annotation type com.jformdesigner.annotations.BeanInfo.Attribute
-
String value of the attribute.
- stringValue() - Method in annotation type com.jformdesigner.annotations.PropertyDesc.Enum
-
String value of the enumeration.
All Classes All Packages