com.intellij.openapi.options.colors
Class AttributesDescriptor

java.lang.Object
  extended by com.intellij.openapi.options.colors.AttributesDescriptor

public final class AttributesDescriptor
extends java.lang.Object


Constructor Summary
AttributesDescriptor(java.lang.String displayName, TextAttributesKey key)
           
 
Method Summary
 java.lang.String getDisplayName()
           
 TextAttributesKey getKey()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AttributesDescriptor

public AttributesDescriptor(java.lang.String displayName,
                            TextAttributesKey key)
Method Detail

getKey

public TextAttributesKey getKey()

getDisplayName

public java.lang.String getDisplayName()