|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IBeanAttributes
Various constants for BeanDescriptor/PropertyDescriptor's.
| Field Summary | |
|---|---|
static java.lang.String |
DESIGNER_PREFIX
Common prefix for all SWT/Swing Designer attributes. |
static java.lang.String |
EXPLICIT_PROPERTY_CHANGE
Attribute for BeanDescriptor, when Boolean.TRUE means that Customizer will
explicitly perform firePropertyChange for each changed property. |
static java.lang.String |
IMPORTANT_PROPERTIES
Attribute for BeanDescriptor that contains array of important properties names. |
static java.lang.String |
IMPORTANT_PROPERTY
Attribute for PropertyDescriptor that marks it as important (displayed on top of property table and with bold font). |
static java.lang.String |
IS_CONTAINER
Specifies whether a component is a container or not. |
static java.lang.String |
PROPERTY_PREFIX
Common prefix for all property-related attributes. |
static java.lang.String |
REQUIRED_PROPERTIES
Attribute for BeanDescriptor that contains array of required properties names. |
static java.lang.String |
REQUIRED_PROPERTY
Attribute for PropertyDescriptor that marks it as required (displayed as important, but also shown red in property table and components tree if not set). |
static java.lang.String |
SWT_STYLE
|
| Field Detail |
|---|
static final java.lang.String DESIGNER_PREFIX
static final java.lang.String EXPLICIT_PROPERTY_CHANGE
BeanDescriptor, when Boolean.TRUE means that Customizer will
explicitly perform firePropertyChange for each changed property. When
Boolean.FALSE or null, Designer will compare state of properties and generate code
for all properties that have different value.
static final java.lang.String IMPORTANT_PROPERTIES
static final java.lang.String IMPORTANT_PROPERTY
static final java.lang.String IS_CONTAINER
static final java.lang.String PROPERTY_PREFIX
static final java.lang.String REQUIRED_PROPERTIES
static final java.lang.String REQUIRED_PROPERTY
static final java.lang.String SWT_STYLE
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||