org.eclipse.xtext.ui.editor.syntaxcoloring
Class CommonPreferenceConstants

java.lang.Object
  extended by org.eclipse.xtext.ui.editor.preferences.PreferenceConstants
      extended by org.eclipse.xtext.ui.editor.syntaxcoloring.CommonPreferenceConstants

public class CommonPreferenceConstants
extends PreferenceConstants

Author:
Dennis Hübner - Initial contribution and API

Field Summary
static java.lang.String BACKGROUNDCOLOR_SUFFIX
           
static java.lang.String COLOR_SUFFIX
           
static java.lang.String FONT_SUFFIX
           
static java.lang.String STYLE_SUFFIX
           
static java.lang.String SYNTAX_COLORER_PREFERENCE_TAG
           
static java.lang.String TOKEN_STYLES_PREFERENCE_TAG
           
 
Fields inherited from class org.eclipse.xtext.ui.editor.preferences.PreferenceConstants
EDITOR_NODE_NAME, SEPARATOR
 
Constructor Summary
CommonPreferenceConstants()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

SYNTAX_COLORER_PREFERENCE_TAG

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

TOKEN_STYLES_PREFERENCE_TAG

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

COLOR_SUFFIX

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

BACKGROUNDCOLOR_SUFFIX

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

STYLE_SUFFIX

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

FONT_SUFFIX

public static final java.lang.String FONT_SUFFIX
See Also:
Constant Field Values
Constructor Detail

CommonPreferenceConstants

public CommonPreferenceConstants()