|
Bounce | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface XMLStyleConstants
The contants used for the XML editor.
Note: The XML Editor package is based on the JavaEditorKit example as described in the article 'Customizing a Text Editor' by Timothy Prinzing . See: http://java.sun.com/products/jfc/tsc/articles/text/editor_kit/
| Field Summary | |
|---|---|
static String |
ATTRIBUTE_NAME
The style constant for attribute name |
static String |
ATTRIBUTE_PREFIX
The style constant for attribute prefix |
static String |
ATTRIBUTE_VALUE
The style constant for attribute value |
static String |
COMMENT
The style constant for comment |
static String |
DECLARATION
The style constant for declaration |
static String |
ELEMENT_NAME
The style constant for element name |
static String |
ELEMENT_PREFIX
The style constant for element prefix |
static String |
ELEMENT_VALUE
The style constant for element value |
static String |
ENTITY
The style constant for entity |
static String |
NAMESPACE_NAME
The style constant for namespace name |
static String |
NAMESPACE_PREFIX
The style constant for namespace prefix |
static String |
NAMESPACE_VALUE
The style constant for namespace value |
static String |
SPECIAL
The style constant for special |
static String |
STRING
The style constant for string |
| Field Detail |
|---|
static final String ELEMENT_NAME
static final String ELEMENT_PREFIX
static final String ELEMENT_VALUE
static final String ATTRIBUTE_NAME
static final String ATTRIBUTE_PREFIX
static final String ATTRIBUTE_VALUE
static final String NAMESPACE_NAME
static final String NAMESPACE_PREFIX
static final String NAMESPACE_VALUE
static final String ENTITY
static final String COMMENT
static final String DECLARATION
static final String SPECIAL
static final String STRING
|
Bounce | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||