|
JavaScript Development Tools Release 3.2 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IJavaScriptColorConstants
Color keys used for syntax highlighting Java
code and Javadoc compliant comments.
A IColorManager
is responsible for mapping
concrete colors to these keys.
This interface declares static final fields only; it is not intended to be implemented.
Provisional API: This class/interface is part of an interim API that is still under development and expected to change significantly before reaching stability. It is being made available at this early stage to solicit feedback from pioneering adopters on the understanding that any code that uses this API will almost certainly be broken (repeatedly) as the API evolves. *
IColorManager
,
IColorManagerExtension
Field Summary | |
---|---|
static String |
JAVA_ANNOTATION
Deprecated. replaced as of 3.2 by an equivalent semantic highlighting, see SemanticHighlightings.ANNOTATION |
static String |
JAVA_BRACKET
The color key for brackets in JavaScript code (value "java_bracket" ). |
static String |
JAVA_DEFAULT
The color key for everything in JavaScript code for which no other color is specified (value "java_default" ). |
static String |
JAVA_KEYWORD
The color key for JavaScript keywords in JavaScript code (value "java_keyword" ). |
static String |
JAVA_KEYWORD_RETURN
The color key for keyword 'return' in JavaScript code (value "java_keyword_return" ). |
static String |
JAVA_METHOD_NAME
Deprecated. replaced as of 3.1 by an equivalent semantic highlighting, see SemanticHighlightings.METHOD |
static String |
JAVA_MULTI_LINE_COMMENT
The color key for multi-line comments in JavaScript code (value "java_multi_line_comment" ). |
static String |
JAVA_OPERATOR
The color key for operators in JavaScript code (value "java_operator" ). |
static String |
JAVA_SINGLE_LINE_COMMENT
The color key for single-line comments in JavaScript code (value "java_single_line_comment" ). |
static String |
JAVA_STRING
The color key for string and character literals in JavaScript code (value "java_string" ). |
static String |
JAVADOC_DEFAULT
The color key for everything in JavaDoc comments for which no other color is specified (value "java_doc_default" ). |
static String |
JAVADOC_KEYWORD
The color key for JavaDoc keywords ( @foo ) in JavaDoc comments
(value "java_doc_keyword" ). |
static String |
JAVADOC_LINK
The color key for JavaDoc links ( {foo} ) in JavaDoc comments
(value "java_doc_link" ). |
static String |
JAVADOC_TAG
The color key for HTML tags ( <foo> ) in JavaDoc comments
(value "java_doc_tag" ). |
static String |
PREFIX
Note: This constant is for internal use only. |
static String |
PROPERTIES_FILE_COLORING_ARGUMENT
The color key for arguments in values in a properties file. |
static String |
PROPERTIES_FILE_COLORING_ASSIGNMENT
The color key for assignment in a properties file. |
static String |
PROPERTIES_FILE_COLORING_COMMENT
The color key for comments in a properties file (value "pf_coloring_comment" ). |
static String |
PROPERTIES_FILE_COLORING_KEY
The color key for keys in a properties file (value "pf_coloring_key" ). |
static String |
PROPERTIES_FILE_COLORING_VALUE
The color key for values in a properties file (value "pf_coloring_value" ). |
static String |
TASK_TAG
The color key for task tags in JavaScript comments (value "java_comment_task_tag" ). |
Field Detail |
---|
static final String PREFIX
"java_"
).
static final String JAVA_MULTI_LINE_COMMENT
"java_multi_line_comment"
).
static final String JAVA_SINGLE_LINE_COMMENT
"java_single_line_comment"
).
static final String JAVA_KEYWORD
"java_keyword"
).
static final String JAVA_STRING
"java_string"
).
static final String JAVA_METHOD_NAME
SemanticHighlightings.METHOD
"java_method_name"
).
static final String JAVA_KEYWORD_RETURN
"java_keyword_return"
).
static final String JAVA_OPERATOR
"java_operator"
).
static final String JAVA_BRACKET
"java_bracket"
).
static final String JAVA_DEFAULT
"java_default"
).
static final String JAVA_ANNOTATION
SemanticHighlightings.ANNOTATION
"java_annotation"
).
static final String TASK_TAG
"java_comment_task_tag"
).
static final String JAVADOC_KEYWORD
@foo
) in JavaDoc comments
(value "java_doc_keyword"
).
static final String JAVADOC_TAG
<foo>
) in JavaDoc comments
(value "java_doc_tag"
).
static final String JAVADOC_LINK
{foo}
) in JavaDoc comments
(value "java_doc_link"
).
static final String JAVADOC_DEFAULT
"java_doc_default"
).
static final String PROPERTIES_FILE_COLORING_KEY
"pf_coloring_key"
).
static final String PROPERTIES_FILE_COLORING_COMMENT
"pf_coloring_comment"
).
static final String PROPERTIES_FILE_COLORING_VALUE
"pf_coloring_value"
).
static final String PROPERTIES_FILE_COLORING_ASSIGNMENT
"pf_coloring_assignment"
).
static final String PROPERTIES_FILE_COLORING_ARGUMENT
"pf_coloring_argument"
).
|
JavaScript Development Tools Release 3.2 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |