Uses of Class
com.intellij.openapi.editor.colors.TextAttributesKey

Packages that use TextAttributesKey
com.intellij.codeInsight Provides interfaces for working with highlighting in standard IDEA editors, interfaces and classes for defining intention actions and additional functionality related to background code analysis in IDEA. 
com.intellij.ide.projectView Provides interfaces for customizing how the project contents is displayed in the Project and Packages sidebar panes. 
com.intellij.lang.annotation Provides interfaces for implementing additional syntax highlighting, error and warning highlighting in custom languages. 
com.intellij.navigation Provides base interfaces for elements which can serve as targets for navigation, and for extending the "Go to Class" and "Go to Symbol" lists. 
com.intellij.openapi.diff Provides interfaces for invoking the IDEA's diff and merge user interface and for creating custom diff implementations. 
com.intellij.openapi.editor Provides interfaces for working with IDEA's text editor. 
com.intellij.openapi.editor.colors Provides interfaces for working with text editor color schemes. 
com.intellij.openapi.fileTypes Provides interfaces for registering and working with file types, and for implementing file type- dependent syntax highlighters. 
com.intellij.openapi.options.colors Provides interfaces for adding custom pages to the "Colors and Fonts" settings dialog. 
com.intellij.openapi.vcs Provides interfaces for integrating IDEA with version control systems. 
com.intellij.openapi.vcs.checkin Provides interfaces which allow custom version control system integrations to check in files through the "Commit Project" action and related actions. 
com.intellij.usages Provides interfaces for working with the usage view tree. 
com.intellij.usageView Deprecated. 
 

Uses of TextAttributesKey in com.intellij.codeInsight
 

Fields in com.intellij.codeInsight declared as TextAttributesKey
static TextAttributesKey CodeInsightColors.ABSTRACT_CLASS_NAME_ATTRIBUTES
           
static TextAttributesKey CodeInsightColors.ANNOTATION_ATTRIBUTE_NAME_ATTRIBUTES
           
static TextAttributesKey CodeInsightColors.ANNOTATION_ATTRIBUTE_VALUE_ATTRIBUTES
           
static TextAttributesKey CodeInsightColors.ANNOTATION_NAME_ATTRIBUTES
           
static TextAttributesKey CodeInsightColors.BLINKING_HIGHLIGHTS_ATTRIBUTES
           
static TextAttributesKey CodeInsightColors.CLASS_NAME_ATTRIBUTES
           
static TextAttributesKey CodeInsightColors.CONSTRUCTOR_CALL_ATTRIBUTES
           
static TextAttributesKey CodeInsightColors.CONSTRUCTOR_DECLARATION_ATTRIBUTES
           
static TextAttributesKey CodeInsightColors.DEPRECATED_ATTRIBUTES
           
static TextAttributesKey CodeInsightColors.ERRORS_ATTRIBUTES
           
static TextAttributesKey CodeInsightColors.HYPERLINK_ATTRIBUTES
           
static TextAttributesKey CodeInsightColors.INFORMATION_ATTRIBUTES
           
static TextAttributesKey CodeInsightColors.INSTANCE_FIELD_ATTRIBUTES
           
static TextAttributesKey CodeInsightColors.INTERFACE_NAME_ATTRIBUTES
           
static TextAttributesKey CodeInsightColors.JOIN_POINT
           
static TextAttributesKey CodeInsightColors.LOCAL_VARIABLE_ATTRIBUTES
           
static TextAttributesKey CodeInsightColors.MATCHED_BRACE_ATTRIBUTES
           
static TextAttributesKey CodeInsightColors.METHOD_CALL_ATTRIBUTES
           
static TextAttributesKey CodeInsightColors.METHOD_DECLARATION_ATTRIBUTES
           
static TextAttributesKey CodeInsightColors.NOT_USED_ELEMENT_ATTRIBUTES
           
static TextAttributesKey CodeInsightColors.PARAMETER_ATTRIBUTES
           
static TextAttributesKey CodeInsightColors.REASSIGNED_LOCAL_VARIABLE_ATTRIBUTES
           
static TextAttributesKey CodeInsightColors.REASSIGNED_PARAMETER_ATTRIBUTES
           
static TextAttributesKey CodeInsightColors.STATIC_FIELD_ATTRIBUTES
           
static TextAttributesKey CodeInsightColors.STATIC_METHOD_ATTRIBUTES
           
static TextAttributesKey CodeInsightColors.UNMATCHED_BRACE_ATTRIBUTES
           
static TextAttributesKey CodeInsightColors.WARNINGS_ATTRIBUTES
           
static TextAttributesKey CodeInsightColors.WRONG_REFERENCES_ATTRIBUTES
           
 

Uses of TextAttributesKey in com.intellij.ide.projectView
 

Methods in com.intellij.ide.projectView that return TextAttributesKey
 TextAttributesKey PresentationData.getTextAttributesKey()
           
 

Methods in com.intellij.ide.projectView with parameters of type TextAttributesKey
 void PresentationData.setAttributesKey(TextAttributesKey attributesKey)
          Sets the attributes for rendering the item text.
 

Constructors in com.intellij.ide.projectView with parameters of type TextAttributesKey
PresentationData(java.lang.String presentableText, java.lang.String locationString, javax.swing.Icon openIcon, javax.swing.Icon closedIcon, TextAttributesKey attributesKey)
          Creates an instance with the specified parameters.
 

Uses of TextAttributesKey in com.intellij.lang.annotation
 

Methods in com.intellij.lang.annotation that return TextAttributesKey
 TextAttributesKey Annotation.getTextAttributes()
          Returns the text attribute key used for highlighting the annotation.
 

Methods in com.intellij.lang.annotation with parameters of type TextAttributesKey
 void Annotation.setTextAttributes(TextAttributesKey enforcedAttributes)
          Sets the text attributes key used for highlighting the annotation.
 

Uses of TextAttributesKey in com.intellij.navigation
 

Methods in com.intellij.navigation that return TextAttributesKey
 TextAttributesKey ItemPresentation.getTextAttributesKey()
          Returns the text attributes for rendering the item text.
 

Uses of TextAttributesKey in com.intellij.openapi.diff
 

Fields in com.intellij.openapi.diff declared as TextAttributesKey
static TextAttributesKey DiffColors.DIFF_ABSENT
           
static TextAttributesKey DiffColors.DIFF_CONFLICT
           
static TextAttributesKey DiffColors.DIFF_DELETED
           
static TextAttributesKey DiffColors.DIFF_INSERTED
           
static TextAttributesKey DiffColors.DIFF_MODIFIED
           
 

Uses of TextAttributesKey in com.intellij.openapi.editor
 

Fields in com.intellij.openapi.editor declared as TextAttributesKey
static TextAttributesKey HighlighterColors.BAD_CHARACTER
           
static TextAttributesKey HighlighterColors.HTML_ATTRIBUTE_NAME
           
static TextAttributesKey HighlighterColors.HTML_ATTRIBUTE_VALUE
           
static TextAttributesKey HighlighterColors.HTML_COMMENT
           
static TextAttributesKey HighlighterColors.HTML_TAG
           
static TextAttributesKey HighlighterColors.HTML_TAG_NAME
           
static TextAttributesKey HighlighterColors.JAVA_BLOCK_COMMENT
           
static TextAttributesKey HighlighterColors.JAVA_BRACES
           
static TextAttributesKey HighlighterColors.JAVA_BRACKETS
           
static TextAttributesKey HighlighterColors.JAVA_COMMA
           
static TextAttributesKey HighlighterColors.JAVA_DOC_COMMENT
           
static TextAttributesKey HighlighterColors.JAVA_DOC_MARKUP
           
static TextAttributesKey HighlighterColors.JAVA_DOC_TAG
           
static TextAttributesKey HighlighterColors.JAVA_DOT
           
static TextAttributesKey HighlighterColors.JAVA_INVALID_STRING_ESCAPE
           
static TextAttributesKey HighlighterColors.JAVA_KEYWORD
           
static TextAttributesKey HighlighterColors.JAVA_LINE_COMMENT
           
static TextAttributesKey HighlighterColors.JAVA_NUMBER
           
static TextAttributesKey HighlighterColors.JAVA_OPERATION_SIGN
           
static TextAttributesKey HighlighterColors.JAVA_PARENTHS
           
static TextAttributesKey HighlighterColors.JAVA_SEMICOLON
           
static TextAttributesKey HighlighterColors.JAVA_STRING
           
static TextAttributesKey HighlighterColors.JAVA_VALID_STRING_ESCAPE
           
static TextAttributesKey HighlighterColors.JSP_ACTION_BACKGROUND
           
static TextAttributesKey HighlighterColors.JSP_ACTION_NAME
           
static TextAttributesKey HighlighterColors.JSP_ATTRIBUTE_NAME
           
static TextAttributesKey HighlighterColors.JSP_ATTRIBUTE_VALUE
           
static TextAttributesKey HighlighterColors.JSP_COMMENT
           
static TextAttributesKey HighlighterColors.JSP_DIRECTIVE_BACKGROUND
           
static TextAttributesKey HighlighterColors.JSP_DIRECTIVE_NAME
           
static TextAttributesKey HighlighterColors.JSP_SCRIPTING_BACKGROUND
           
static TextAttributesKey HighlighterColors.TEXT
           
static TextAttributesKey HighlighterColors.XML_ATTRIBUTE_NAME
           
static TextAttributesKey HighlighterColors.XML_ATTRIBUTE_VALUE
           
static TextAttributesKey HighlighterColors.XML_COMMENT
           
static TextAttributesKey HighlighterColors.XML_PROLOGUE
           
static TextAttributesKey HighlighterColors.XML_TAG
           
static TextAttributesKey HighlighterColors.XML_TAG_DATA
           
static TextAttributesKey HighlighterColors.XML_TAG_NAME
           
 

Uses of TextAttributesKey in com.intellij.openapi.editor.colors
 

Fields in com.intellij.openapi.editor.colors declared as TextAttributesKey
static TextAttributesKey EditorColors.FOLDED_TEXT_ATTRIBUTES
           
static TextAttributesKey EditorColors.SEARCH_RESULT_ATTRIBUTES
           
static TextAttributesKey EditorColors.TEXT_SEARCH_RESULT_ATTRIBUTES
           
static TextAttributesKey EditorColors.WRITE_SEARCH_RESULT_ATTRIBUTES
           
 

Methods in com.intellij.openapi.editor.colors that return TextAttributesKey
static TextAttributesKey TextAttributesKey.createTextAttributesKey(java.lang.String externalName)
          Registers a text attribute key with the specified identifier.
static TextAttributesKey TextAttributesKey.createTextAttributesKey(java.lang.String externalName, TextAttributes defaultAttributes)
          Registers a text attribute key with the specified identifier and default attributes.
static TextAttributesKey TextAttributesKey.find(java.lang.String externalName)
           
 

Methods in com.intellij.openapi.editor.colors with parameters of type TextAttributesKey
 int TextAttributesKey.compareTo(TextAttributesKey key)
           
 TextAttributes EditorColorsScheme.getAttributes(TextAttributesKey key)
           
 void EditorColorsScheme.setAttributes(TextAttributesKey key, TextAttributes attributes)
           
 

Uses of TextAttributesKey in com.intellij.openapi.fileTypes
 

Methods in com.intellij.openapi.fileTypes that return TextAttributesKey
 TextAttributesKey[] SyntaxHighlighter.getTokenHighlights(IElementType tokenType)
          Returns the list of text attribute keys used for highlighting the specified token type.
 TextAttributesKey[] PlainSyntaxHighlighter.getTokenHighlights(IElementType tokenType)
           
protected static TextAttributesKey[] SyntaxHighlighterBase.pack(TextAttributesKey key)
           
protected static TextAttributesKey[] SyntaxHighlighterBase.pack(TextAttributesKey[] base, TextAttributesKey key)
           
protected static TextAttributesKey[] SyntaxHighlighterBase.pack(TextAttributesKey[] base, TextAttributesKey t1, TextAttributesKey t2)
           
protected static TextAttributesKey[] SyntaxHighlighterBase.pack(TextAttributesKey key1, TextAttributesKey key2)
           
protected static TextAttributesKey[] SyntaxHighlighterBase.pack(TextAttributesKey key, TextAttributesKey[] base)
           
 

Methods in com.intellij.openapi.fileTypes with parameters of type TextAttributesKey
protected static void SyntaxHighlighterBase.fillMap(java.util.Map<IElementType,TextAttributesKey> map, TokenSet keys, TextAttributesKey value)
           
protected static TextAttributesKey[] SyntaxHighlighterBase.pack(TextAttributesKey key)
           
protected static TextAttributesKey[] SyntaxHighlighterBase.pack(TextAttributesKey[] base, TextAttributesKey key)
           
protected static TextAttributesKey[] SyntaxHighlighterBase.pack(TextAttributesKey[] base, TextAttributesKey key)
           
protected static TextAttributesKey[] SyntaxHighlighterBase.pack(TextAttributesKey[] base, TextAttributesKey t1, TextAttributesKey t2)
           
protected static TextAttributesKey[] SyntaxHighlighterBase.pack(TextAttributesKey[] base, TextAttributesKey t1, TextAttributesKey t2)
           
protected static TextAttributesKey[] SyntaxHighlighterBase.pack(TextAttributesKey key1, TextAttributesKey key2)
           
protected static TextAttributesKey[] SyntaxHighlighterBase.pack(TextAttributesKey key, TextAttributesKey[] base)
           
protected static TextAttributesKey[] SyntaxHighlighterBase.pack(TextAttributesKey key, TextAttributesKey[] base)
           
 

Method parameters in com.intellij.openapi.fileTypes with type arguments of type TextAttributesKey
protected static void SyntaxHighlighterBase.fillMap(java.util.Map<IElementType,TextAttributesKey> map, TokenSet keys, TextAttributesKey value)
           
 

Uses of TextAttributesKey in com.intellij.openapi.options.colors
 

Methods in com.intellij.openapi.options.colors that return TextAttributesKey
 TextAttributesKey AttributesDescriptor.getKey()
           
 

Methods in com.intellij.openapi.options.colors that return types with arguments of type TextAttributesKey
 java.util.Map<java.lang.String,TextAttributesKey> ColorSettingsPage.getAdditionalHighlightingTagToDescriptorMap()
           
 

Constructors in com.intellij.openapi.options.colors with parameters of type TextAttributesKey
AttributesDescriptor(java.lang.String displayName, TextAttributesKey key)
           
 

Uses of TextAttributesKey in com.intellij.openapi.vcs
 

Methods in com.intellij.openapi.vcs with parameters of type TextAttributesKey
 DifferenceType FileStatusFactory.createDifferenceType(java.lang.String id, FileStatus fileStatus, TextAttributesKey mainTextColorKey, TextAttributesKey leftTextColorKey, TextAttributesKey rightTextColorKey, java.awt.Color background, java.awt.Color activeBgColor)
           
 

Uses of TextAttributesKey in com.intellij.openapi.vcs.checkin
 

Methods in com.intellij.openapi.vcs.checkin that return TextAttributesKey
 TextAttributesKey DifferenceType.getColor()
           
 TextAttributesKey DifferenceType.getDiffColor(int index)
           
 

Uses of TextAttributesKey in com.intellij.usages
 

Fields in com.intellij.usages declared as TextAttributesKey
static TextAttributesKey TextChunk.USAGE_VIEW_OCCURENCE
           
 

Uses of TextAttributesKey in com.intellij.usageView
 

Fields in com.intellij.usageView declared as TextAttributesKey
static TextAttributesKey UsageTreeColors.EXCLUDED_NODE
           
static TextAttributesKey UsageTreeColors.HAS_READ_ONLY_CHILD
           
static TextAttributesKey UsageTreeColors.INVALID_PREFIX
           
static TextAttributesKey UsageTreeColors.NUMBER_OF_USAGES
           
static TextAttributesKey UsageTreeColors.OCCURENCE
           
static TextAttributesKey UsageTreeColors.READONLY_PREFIX
           
static TextAttributesKey UsageTreeColors.SELECTED_OCCURENCE
           
static TextAttributesKey UsageTreeColors.TEXT_NODE
           
static TextAttributesKey UsageTreeColors.USAGE_LOCATION
           
static TextAttributesKey TextChunk.USAGE_VIEW_OCCURENCE
           
 

Methods in com.intellij.usageView that return TextAttributesKey
 TextAttributesKey TextChunk.getAttributesKey()
           
 

Constructors in com.intellij.usageView with parameters of type TextAttributesKey
TextChunk(TextAttributesKey attributesKey, java.lang.String text)