de.cau.cs.kieler.kaom.text.ui
Class KaomSemanticHighlightingCalculator

java.lang.Object
  extended by de.cau.cs.kieler.core.annotations.text.ui.AnnotationsSemanticHighlightingCalculator
      extended by de.cau.cs.kieler.kaom.text.ui.KaomSemanticHighlightingCalculator
All Implemented Interfaces:
org.eclipse.xtext.ui.editor.syntaxcoloring.ISemanticHighlightingCalculator

public class KaomSemanticHighlightingCalculator
extends AnnotationsSemanticHighlightingCalculator

Custom ISemanticHighlightingCalculator contributing to the Kits 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 KAOM specific highlighting configurations.

Rating red

Constructor Summary
KaomSemanticHighlightingCalculator()
           
 
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

KaomSemanticHighlightingCalculator

public KaomSemanticHighlightingCalculator()