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

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 BottomBorderLineColor
          Name of the bottom border line color.
static Object Default
          Name of the default fonts and colots attribute.
static Object DisplayName
          Name of the display name attribute.
static Object LeftBorderLineColor
          Name of the left hand side border line color.
static Object RenderingHints
          Name of the rendering hints Map<?,?> that are used for rendering text in the editor.
static Object RightBorderLineColor
          Name of the right hand side border line color.
static Object Tooltip
          Name of the tooltip attribute.
static Object TopBorderLineColor
          Name of the top border line color.
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.


Tooltip

public static final Object Tooltip
Name of the tooltip attribute. It's value can be either String or HighlightAttributeValue returning String.

The tooltip text can either be plain text or HTML. If using HTML the text must be enclosed in the case insensitive <html></html> tags. The only HTML tags guaranteed to work are those defined in HtmlRenderer.

Since:
1.12
See Also:
awt.HtmlRenderer

TopBorderLineColor

public static final Object TopBorderLineColor
Name of the top border line color.

Since:
1.16

RightBorderLineColor

public static final Object RightBorderLineColor
Name of the right hand side border line color.

Since:
1.16

BottomBorderLineColor

public static final Object BottomBorderLineColor
Name of the bottom border line color.

Since:
1.16

LeftBorderLineColor

public static final Object LeftBorderLineColor
Name of the left hand side border line color.

Since:
1.16

RenderingHints

public static final Object RenderingHints
Name of the rendering hints Map<?,?> that are used for rendering text in the editor.

Since:
1.20
Method Detail

toString

public String toString()
Overrides:
toString in class Object

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

Built on December 5 2011.  |  Portions Copyright 1997-2011 Sun Microsystems, Inc. All rights reserved.