org.eclipse.xtext.ui.editor.syntaxcoloring
Class PresentationRepairer

java.lang.Object
  extended by org.eclipse.jface.text.rules.DefaultDamagerRepairer
      extended by org.eclipse.xtext.ui.editor.syntaxcoloring.PresentationRepairer
All Implemented Interfaces:
org.eclipse.jface.text.presentation.IPresentationDamager, org.eclipse.jface.text.presentation.IPresentationRepairer

public class PresentationRepairer
extends org.eclipse.jface.text.rules.DefaultDamagerRepairer

Author:
Sven Efftinge - Initial contribution and API

Field Summary
 
Fields inherited from class org.eclipse.jface.text.rules.DefaultDamagerRepairer
fDefaultTextAttribute, fDocument, fScanner
 
Constructor Summary
PresentationRepairer(org.eclipse.jface.text.rules.ITokenScanner scanner)
           
 
Method Summary
 
Methods inherited from class org.eclipse.jface.text.rules.DefaultDamagerRepairer
addRange, createPresentation, endOfLineOf, getDamageRegion, getTokenTextAttribute, setDocument
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PresentationRepairer

@Inject
public PresentationRepairer(org.eclipse.jface.text.rules.ITokenScanner scanner)