|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ThemeContentDescriptorConstants
Constants describing the xml attributes for a DefaultThemeContent.
| This interface is designed to be implemented by clients. |
| Field Summary | |
|---|---|
static java.lang.String |
CLASS_ATTRIBUTE
The CLASS_ATTRIBUTE indicates the fully
qualified classname of the Java class implementing the
IThemeContent interface. |
static java.lang.String |
DESCR_ATTRIBUTE
The DESCR_ATTRIBUTE should contain the
NLS bundle key for retrieving the description property of
the IThemeItem. |
static java.lang.String |
ID_ATTRIBUTE
The ID_ATTRIBUTE is an arbitrary
id that can be used for identification purposes. |
static java.lang.String |
ORDINAL_ATTRIBUTE
The ORDINAL_ATTRIBUTE should be an integer
indicating the precedence of the item in rendering. |
static java.lang.String |
TITLE_ATTRIBUTE
The TITLE_ATTRIBUTE should contain the
NLS bundle key for retrieving the title property of the
IThemeItem. |
| Field Detail |
|---|
static final java.lang.String ID_ATTRIBUTE
ID_ATTRIBUTE is an arbitrary
id that can be used for identification purposes.
static final java.lang.String CLASS_ATTRIBUTE
CLASS_ATTRIBUTE indicates the fully
qualified classname of the Java class implementing the
IThemeContent interface.
static final java.lang.String ORDINAL_ATTRIBUTE
ORDINAL_ATTRIBUTE should be an integer
indicating the precedence of the item in rendering. A lower
number takes higher precedence.
static final java.lang.String TITLE_ATTRIBUTE
TITLE_ATTRIBUTE should contain the
NLS bundle key for retrieving the title property of the
IThemeItem.
static final java.lang.String DESCR_ATTRIBUTE
DESCR_ATTRIBUTE should contain the
NLS bundle key for retrieving the description property of
the IThemeItem.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||