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

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