de.cau.cs.kieler.kaom.text.ui
Class KaomSemanticHighlightingCalculator
java.lang.Object
de.cau.cs.kieler.core.annotations.text.ui.AnnotationsSemanticHighlightingCalculator
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

Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
KaomSemanticHighlightingCalculator
public KaomSemanticHighlightingCalculator()