Java com.intellij.openapi.options.colors ColorSettingsPage fields, constructors, methods, implement or subclass

Example usage for Java com.intellij.openapi.options.colors ColorSettingsPage fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.intellij.openapi.options.colors ColorSettingsPage.

The text is from its open source code.

Implementation

com.intellij.openapi.options.colors.ColorSettingsPage has the following implementations.
Click this link to see all its implementation.

Field

ExtensionPointNameEP_NAME

Method

MapgetAdditionalHighlightingTagToDescriptorMap()
Returns the mapping from special tag names surrounding the regions to be highlighted in the preview text (see #getDemoText() ) to text attribute keys used to highlight the regions.
StringgetDemoText()
Returns the text shown in the preview pane.
StringgetDisplayName()
Returns the title of the page, shown as text in the dialog tab.
SyntaxHighlightergetHighlighter()
Returns the syntax highlighter which is used to highlight the text shown in the preview pane of the page.