com.intellij.openapi.editor
Interface HighlighterColors


public interface HighlighterColors


Field Summary
static TextAttributesKey BAD_CHARACTER
           
static TextAttributesKey HTML_ATTRIBUTE_NAME
           
static TextAttributesKey HTML_ATTRIBUTE_VALUE
           
static TextAttributesKey HTML_COMMENT
           
static TextAttributesKey HTML_TAG
           
static TextAttributesKey HTML_TAG_NAME
           
static TextAttributesKey JAVA_BLOCK_COMMENT
           
static TextAttributesKey JAVA_BRACES
           
static TextAttributesKey JAVA_BRACKETS
           
static TextAttributesKey JAVA_COMMA
           
static TextAttributesKey JAVA_DOC_COMMENT
           
static TextAttributesKey JAVA_DOC_MARKUP
           
static TextAttributesKey JAVA_DOC_TAG
           
static TextAttributesKey JAVA_DOT
           
static TextAttributesKey JAVA_INVALID_STRING_ESCAPE
           
static TextAttributesKey JAVA_KEYWORD
           
static TextAttributesKey JAVA_LINE_COMMENT
           
static TextAttributesKey JAVA_NUMBER
           
static TextAttributesKey JAVA_OPERATION_SIGN
           
static TextAttributesKey JAVA_PARENTHS
           
static TextAttributesKey JAVA_SEMICOLON
           
static TextAttributesKey JAVA_STRING
           
static TextAttributesKey JAVA_VALID_STRING_ESCAPE
           
static TextAttributesKey JSP_ACTION_BACKGROUND
           
static TextAttributesKey JSP_ACTION_NAME
           
static TextAttributesKey JSP_ATTRIBUTE_NAME
           
static TextAttributesKey JSP_ATTRIBUTE_VALUE
           
static TextAttributesKey JSP_COMMENT
           
static TextAttributesKey JSP_DIRECTIVE_BACKGROUND
           
static TextAttributesKey JSP_DIRECTIVE_NAME
           
static TextAttributesKey JSP_SCRIPTING_BACKGROUND
           
static TextAttributesKey TEXT
           
static TextAttributesKey XML_ATTRIBUTE_NAME
           
static TextAttributesKey XML_ATTRIBUTE_VALUE
           
static TextAttributesKey XML_COMMENT
           
static TextAttributesKey XML_PROLOGUE
           
static TextAttributesKey XML_TAG
           
static TextAttributesKey XML_TAG_DATA
           
static TextAttributesKey XML_TAG_NAME
           
 

Field Detail

TEXT

static final TextAttributesKey TEXT

BAD_CHARACTER

static final TextAttributesKey BAD_CHARACTER

JAVA_LINE_COMMENT

static final TextAttributesKey JAVA_LINE_COMMENT

JAVA_BLOCK_COMMENT

static final TextAttributesKey JAVA_BLOCK_COMMENT

JAVA_DOC_COMMENT

static final TextAttributesKey JAVA_DOC_COMMENT

JAVA_DOC_TAG

static final TextAttributesKey JAVA_DOC_TAG

JAVA_DOC_MARKUP

static final TextAttributesKey JAVA_DOC_MARKUP

JAVA_KEYWORD

static final TextAttributesKey JAVA_KEYWORD

JAVA_NUMBER

static final TextAttributesKey JAVA_NUMBER

JAVA_STRING

static final TextAttributesKey JAVA_STRING

JAVA_VALID_STRING_ESCAPE

static final TextAttributesKey JAVA_VALID_STRING_ESCAPE

JAVA_INVALID_STRING_ESCAPE

static final TextAttributesKey JAVA_INVALID_STRING_ESCAPE

JAVA_OPERATION_SIGN

static final TextAttributesKey JAVA_OPERATION_SIGN

JAVA_PARENTHS

static final TextAttributesKey JAVA_PARENTHS

JAVA_BRACKETS

static final TextAttributesKey JAVA_BRACKETS

JAVA_BRACES

static final TextAttributesKey JAVA_BRACES

JAVA_COMMA

static final TextAttributesKey JAVA_COMMA

JAVA_DOT

static final TextAttributesKey JAVA_DOT

JAVA_SEMICOLON

static final TextAttributesKey JAVA_SEMICOLON

XML_PROLOGUE

static final TextAttributesKey XML_PROLOGUE

XML_COMMENT

static final TextAttributesKey XML_COMMENT

XML_TAG

static final TextAttributesKey XML_TAG

XML_TAG_NAME

static final TextAttributesKey XML_TAG_NAME

XML_ATTRIBUTE_NAME

static final TextAttributesKey XML_ATTRIBUTE_NAME

XML_ATTRIBUTE_VALUE

static final TextAttributesKey XML_ATTRIBUTE_VALUE

XML_TAG_DATA

static final TextAttributesKey XML_TAG_DATA

HTML_COMMENT

static final TextAttributesKey HTML_COMMENT

HTML_TAG

static final TextAttributesKey HTML_TAG

HTML_TAG_NAME

static final TextAttributesKey HTML_TAG_NAME

HTML_ATTRIBUTE_NAME

static final TextAttributesKey HTML_ATTRIBUTE_NAME

HTML_ATTRIBUTE_VALUE

static final TextAttributesKey HTML_ATTRIBUTE_VALUE

JSP_COMMENT

static final TextAttributesKey JSP_COMMENT

JSP_SCRIPTING_BACKGROUND

static final TextAttributesKey JSP_SCRIPTING_BACKGROUND

JSP_DIRECTIVE_BACKGROUND

static final TextAttributesKey JSP_DIRECTIVE_BACKGROUND

JSP_ACTION_BACKGROUND

static final TextAttributesKey JSP_ACTION_BACKGROUND

JSP_DIRECTIVE_NAME

static final TextAttributesKey JSP_DIRECTIVE_NAME

JSP_ACTION_NAME

static final TextAttributesKey JSP_ACTION_NAME

JSP_ATTRIBUTE_NAME

static final TextAttributesKey JSP_ATTRIBUTE_NAME

JSP_ATTRIBUTE_VALUE

static final TextAttributesKey JSP_ATTRIBUTE_VALUE