de.cau.cs.kieler.synccharts.text.kits.ui
Class KitsSemanticHighlightingCalculator
java.lang.Object
de.cau.cs.kieler.core.annotations.text.ui.AnnotationsSemanticHighlightingCalculator
de.cau.cs.kieler.synccharts.text.actions.ui.ActionsSemanticHighlightingCalculator
de.cau.cs.kieler.synccharts.text.kits.ui.KitsSemanticHighlightingCalculator
- All Implemented Interfaces:
- org.eclipse.xtext.ui.editor.syntaxcoloring.ISemanticHighlightingCalculator
public class KitsSemanticHighlightingCalculator
- extends ActionsSemanticHighlightingCalculator
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 KITS specific highlighting configurations.
- Rating

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