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

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

Introduction

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

The text is from its open source code.

Implementation

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

Field

ExtensionPointNameEP_NAME

Method

AttributesDescriptor @NotNull []getAttributeDescriptors()
Returns the list of descriptors specifying the TextAttributesKey instances for which colors are specified in the page.
ColorDescriptor @NotNull []getColorDescriptors()
Returns the list of descriptors specifying the com.intellij.openapi.editor.colors.ColorKey instances for which colors are specified in the page.
StringgetDisplayName()
Returns the title of the page, shown as text in the dialog tab.