|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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 |
|---|
| 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 |
|---|
| 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)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||