de.cau.cs.kieler.synccharts.text.actions.ui
Class ActionsHighlightingConfiguration

java.lang.Object
  extended by org.eclipse.xtext.ui.editor.syntaxcoloring.DefaultHighlightingConfiguration
      extended by de.cau.cs.kieler.core.annotations.text.ui.AnnotationsHighlightingConfiguration
          extended by de.cau.cs.kieler.synccharts.text.actions.ui.ActionsHighlightingConfiguration
All Implemented Interfaces:
org.eclipse.xtext.ui.editor.syntaxcoloring.IHighlightingConfiguration
Direct Known Subclasses:
KitsHighlightingConfiguration

public class ActionsHighlightingConfiguration
extends AnnotationsHighlightingConfiguration

Custom IHighlightingConfiguration contributing to the Actions editor. The required method IHighlightingConfiguration.configure(org.eclipse.xtext.ui.editor.syntaxcoloring.IHighlightingConfigurationAcceptor) will be provided by the AnnotationsHighlightingConfiguration and can be specialized in order to add Actions specific highlighting profiles. The Actions specific stuff is used in the KITS-View, a plain actions editor is not provided.

Rating red

Field Summary
 
Fields inherited from class de.cau.cs.kieler.core.annotations.text.ui.AnnotationsHighlightingConfiguration
ANNOTATION_KEY, COMMENT_ANNOTATION
 
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
 
Constructor Summary
ActionsHighlightingConfiguration()
           
 
Method Summary
 
Methods inherited from class de.cau.cs.kieler.core.annotations.text.ui.AnnotationsHighlightingConfiguration
annotationKeyTextStyle, commentAnnotationTextStyle, configure
 
Methods inherited from class org.eclipse.xtext.ui.editor.syntaxcoloring.DefaultHighlightingConfiguration
commentTextStyle, defaultTextStyle, errorTextStyle, keywordTextStyle, numberTextStyle, punctuationTextStyle, stringTextStyle
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ActionsHighlightingConfiguration

public ActionsHighlightingConfiguration()