org.eclipse.xtext.ui.editor.utils
Class TextStyleConstants

java.lang.Object
  extended by org.eclipse.xtext.ui.editor.utils.TextStyleConstants

public class TextStyleConstants
extends java.lang.Object

Author:
Dennis Hübner - Initial contribution and API

Field Summary
static org.eclipse.swt.graphics.RGB COMMENT_COLOR
           
static org.eclipse.swt.graphics.RGB DEFAULT_BACKGROUNDCOLOR
           
static org.eclipse.swt.graphics.RGB DEFAULT_COLOR
           
static java.lang.String DEFAULT_FONT_NAME
           
static org.eclipse.swt.graphics.RGB KEYWORD_COLOR
           
static org.eclipse.swt.graphics.RGB MULTILINE_COMMENT_COLOR
           
static org.eclipse.swt.graphics.RGB NUMBER_COLOR
           
static org.eclipse.swt.graphics.RGB STRING_COLOR
           
 
Constructor Summary
TextStyleConstants()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DEFAULT_COLOR

public static final org.eclipse.swt.graphics.RGB DEFAULT_COLOR

DEFAULT_BACKGROUNDCOLOR

public static final org.eclipse.swt.graphics.RGB DEFAULT_BACKGROUNDCOLOR

DEFAULT_FONT_NAME

public static final java.lang.String DEFAULT_FONT_NAME
See Also:
Constant Field Values

KEYWORD_COLOR

public static final org.eclipse.swt.graphics.RGB KEYWORD_COLOR

COMMENT_COLOR

public static final org.eclipse.swt.graphics.RGB COMMENT_COLOR

STRING_COLOR

public static final org.eclipse.swt.graphics.RGB STRING_COLOR

NUMBER_COLOR

public static final org.eclipse.swt.graphics.RGB NUMBER_COLOR

MULTILINE_COMMENT_COLOR

public static final org.eclipse.swt.graphics.RGB MULTILINE_COMMENT_COLOR
Constructor Detail

TextStyleConstants

public TextStyleConstants()