de.cau.cs.kieler.core.annotations.text.ui
Class AnnotationsSemanticHighlightingCalculator

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

public class AnnotationsSemanticHighlightingCalculator
extends Object
implements org.eclipse.xtext.ui.editor.syntaxcoloring.ISemanticHighlightingCalculator

Custom ISemanticHighlightingCalculator contributing to the Kits editor.

Rating red

Constructor Summary
AnnotationsSemanticHighlightingCalculator()
           
 
Method Summary
 void provideHighlightingFor(org.eclipse.xtext.nodemodel.INode node, org.eclipse.xtext.ui.editor.syntaxcoloring.IHighlightedPositionAcceptor acceptor)
           
 void provideHighlightingFor(org.eclipse.xtext.resource.XtextResource resource, org.eclipse.xtext.ui.editor.syntaxcoloring.IHighlightedPositionAcceptor acceptor)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AnnotationsSemanticHighlightingCalculator

public AnnotationsSemanticHighlightingCalculator()
Method Detail

provideHighlightingFor

public void provideHighlightingFor(org.eclipse.xtext.resource.XtextResource resource,
                                   org.eclipse.xtext.ui.editor.syntaxcoloring.IHighlightedPositionAcceptor acceptor)
Specified by:
provideHighlightingFor in interface org.eclipse.xtext.ui.editor.syntaxcoloring.ISemanticHighlightingCalculator

provideHighlightingFor

public void provideHighlightingFor(org.eclipse.xtext.nodemodel.INode node,
                                   org.eclipse.xtext.ui.editor.syntaxcoloring.IHighlightedPositionAcceptor acceptor)