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

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

Introduction

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

The text is from its open source code.

Field

ColorDescriptor[]EMPTY_ARRAY

Constructor

ColorDescriptor(@NotNull String displayName, @NotNull ColorKey key, @NotNull Kind kind)
Creates a color descriptor with the specified name and color key.

Method

ColorKeygetKey()