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

java.lang.Object
  extended by de.cau.cs.kieler.core.annotations.text.ui.AnnotationsSemanticHighlightingCalculator
      extended by de.cau.cs.kieler.synccharts.text.actions.ui.ActionsSemanticHighlightingCalculator
All Implemented Interfaces:
org.eclipse.xtext.ui.editor.syntaxcoloring.ISemanticHighlightingCalculator
Direct Known Subclasses:
KitsSemanticHighlightingCalculator

public class ActionsSemanticHighlightingCalculator
extends AnnotationsSemanticHighlightingCalculator

Custom ISemanticHighlightingCalculator contributing to the Actions editor. The required method ISemanticHighlightingCalculator.provideHighlightingFor(XtextResource, IHighlightedPositionAcceptor) will be provided by the AnnotationsSemanticHighlightingCalculator for efficiency purposes and delegates to AnnotationsSemanticHighlightingCalculator#provideHighlightingFor(AbstractNode, IHighlightedPositionAcceptor) that can be specialized in order to added Actions specific highlighting configurations. The Actions specific stuff is used in the KITS-View, a plain actions editor is not provided.

Rating red

Constructor Summary
ActionsSemanticHighlightingCalculator()
           
 
Method Summary
 
Methods inherited from class de.cau.cs.kieler.core.annotations.text.ui.AnnotationsSemanticHighlightingCalculator
provideHighlightingFor, provideHighlightingFor
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ActionsSemanticHighlightingCalculator

public ActionsSemanticHighlightingCalculator()