org.eclipse.xpand.ui.editor
Class PreferencesConstants

java.lang.Object
  extended by org.eclipse.xpand.ui.editor.PreferencesConstants

public class PreferencesConstants
extends java.lang.Object


Field Summary
static java.lang.String HIGHLIGHT_COMMENT
           
static java.lang.String HIGHLIGHT_DEFINE
           
static java.lang.String HIGHLIGHT_KEYWORDS
           
static java.lang.String HIGHLIGHT_OTHER
           
static java.lang.String HIGHLIGHT_STRING
           
static java.lang.String HIGHLIGHT_TERMINALS
           
static java.lang.String HIGHLIGHT_TEXT
           
 
Constructor Summary
PreferencesConstants()
           
 
Method Summary
static void initializeDefaultValues(org.eclipse.jface.preference.IPreferenceStore store)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

HIGHLIGHT_KEYWORDS

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

HIGHLIGHT_TERMINALS

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

HIGHLIGHT_DEFINE

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

HIGHLIGHT_STRING

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

HIGHLIGHT_TEXT

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

HIGHLIGHT_COMMENT

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

HIGHLIGHT_OTHER

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

PreferencesConstants

public PreferencesConstants()
Method Detail

initializeDefaultValues

public static final void initializeDefaultValues(org.eclipse.jface.preference.IPreferenceStore store)

Copyright 2007 committers of openArchitectureWare and others.
All Rights Reserved.