org.eclipse.emf.mwe2.language.ui.highlighting
Class MweHighlightingConfiguration

java.lang.Object
  extended by org.eclipse.xtext.ui.editor.syntaxcoloring.DefaultHighlightingConfiguration
      extended by org.eclipse.emf.mwe2.language.ui.highlighting.MweHighlightingConfiguration
All Implemented Interfaces:
org.eclipse.xtext.ui.editor.syntaxcoloring.IHighlightingConfiguration

public class MweHighlightingConfiguration
extends org.eclipse.xtext.ui.editor.syntaxcoloring.DefaultHighlightingConfiguration


Field Summary
static java.lang.String DEPRECATED_ELEMENT
           
static java.lang.String FEATURE_REF
           
static java.lang.String PROPERTY_REF
           
static java.lang.String STRING_PROP_REF
           
 
Fields inherited from class org.eclipse.xtext.ui.editor.syntaxcoloring.DefaultHighlightingConfiguration
COMMENT_ID, DEFAULT_ID, INVALID_TOKEN_ID, KEYWORD_ID, NUMBER_ID, PUNCTUATION_ID, STRING_ID, TASK_ID
 
Constructor Summary
MweHighlightingConfiguration()
           
 
Method Summary
 void configure(org.eclipse.xtext.ui.editor.syntaxcoloring.IHighlightingConfigurationAcceptor acceptor)
           
 org.eclipse.xtext.ui.editor.utils.TextStyle featureReferenceTextStyle()
           
 org.eclipse.xtext.ui.editor.utils.TextStyle propertyReferenceTextStyle()
           
 org.eclipse.xtext.ui.editor.utils.TextStyle textDeprecatedStyle()
           
 org.eclipse.xtext.ui.editor.utils.TextStyle textPropertyRefStyle()
           
 
Methods inherited from class org.eclipse.xtext.ui.editor.syntaxcoloring.DefaultHighlightingConfiguration
commentTextStyle, defaultTextStyle, errorTextStyle, keywordTextStyle, numberTextStyle, punctuationTextStyle, stringTextStyle, taskTextStyle
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PROPERTY_REF

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

FEATURE_REF

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

STRING_PROP_REF

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

DEPRECATED_ELEMENT

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

MweHighlightingConfiguration

public MweHighlightingConfiguration()
Method Detail

configure

public void configure(org.eclipse.xtext.ui.editor.syntaxcoloring.IHighlightingConfigurationAcceptor acceptor)
Specified by:
configure in interface org.eclipse.xtext.ui.editor.syntaxcoloring.IHighlightingConfiguration
Overrides:
configure in class org.eclipse.xtext.ui.editor.syntaxcoloring.DefaultHighlightingConfiguration

propertyReferenceTextStyle

public org.eclipse.xtext.ui.editor.utils.TextStyle propertyReferenceTextStyle()

textPropertyRefStyle

public org.eclipse.xtext.ui.editor.utils.TextStyle textPropertyRefStyle()

featureReferenceTextStyle

public org.eclipse.xtext.ui.editor.utils.TextStyle featureReferenceTextStyle()

textDeprecatedStyle

public org.eclipse.xtext.ui.editor.utils.TextStyle textDeprecatedStyle()