public final class EditorStyleConstants extends Object
Modifier and Type | Field and Description |
---|---|
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.
|
public static final Object WaveUnderlineColor
public static final Object DisplayName
public static final Object Default
public static final Object Tooltip
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
.
HtmlRenderer
public static final Object TopBorderLineColor
public static final Object RightBorderLineColor
public static final Object BottomBorderLineColor
public static final Object LeftBorderLineColor
public static final Object RenderingHints
Map<?,?>
that are used
for rendering text in the editor.