org.eclipse.xtext.ui.editor
Class XtextPresentationReconciler

java.lang.Object
  extended by org.eclipse.jface.text.presentation.PresentationReconciler
      extended by org.eclipse.xtext.ui.editor.XtextPresentationReconciler
All Implemented Interfaces:
org.eclipse.jface.text.presentation.IPresentationReconciler, org.eclipse.jface.text.presentation.IPresentationReconcilerExtension

public class XtextPresentationReconciler
extends org.eclipse.jface.text.presentation.PresentationReconciler

Author:
Sebastian Zarnekow - Initial contribution and API

Field Summary
 
Fields inherited from class org.eclipse.jface.text.presentation.PresentationReconciler
TRACKED_PARTITION
 
Constructor Summary
XtextPresentationReconciler()
           
 
Method Summary
 org.eclipse.jface.text.TextPresentation createRepairDescription(org.eclipse.jface.text.IRegion damage, org.eclipse.jface.text.IDocument document)
           
 
Methods inherited from class org.eclipse.jface.text.presentation.PresentationReconciler
createPresentation, getDamager, getDocumentPartitioning, getRepairer, install, setDamager, setDocumentPartitioning, setDocumentToDamagers, setDocumentToRepairers, setRepairer, uninstall
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XtextPresentationReconciler

public XtextPresentationReconciler()
Method Detail

createRepairDescription

public org.eclipse.jface.text.TextPresentation createRepairDescription(org.eclipse.jface.text.IRegion damage,
                                                                       org.eclipse.jface.text.IDocument document)