站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > NetBeans API Javadoc 5.5.0

EditorStyleConstants (NetBeans Editor Settings) - NetBeans API Javadoc 5.5.0

org.netbeans.modules.editor.settings/1 1.4.22

org.netbeans.api.editor.settings
Class EditorStyleConstants

java.lang.Object
  extended by org.netbeans.api.editor.settings.EditorStyleConstants

public final class EditorStyleConstants
extends Object

Style Constants for Fonts and Colors AttributeSets.


Field Summary
static Object Default
          Name of the default fonts and colots attribute.
static Object DisplayName
          Name of the display name attribute.
static Object WaveUnderlineColor
          Name of the wave underline color attribute.
 
Method Summary
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

WaveUnderlineColor

public static final Object WaveUnderlineColor
Name of the wave underline color attribute.


DisplayName

public static final Object DisplayName
Name of the display name attribute.


Default

public static final Object Default
Name of the default fonts and colots attribute.

Method Detail

toString

public String toString()
Overrides:
toString in class Object

org.netbeans.modules.editor.settings/1 1.4.22

Built on May 28 2007.  |  Portions Copyright 1997-2005 Sun Microsystems, Inc. All rights reserved.