org.eclipse.xtext.ui.editor.reconciler
Class XtextReconciler.TextInputListener

java.lang.Object
  extended by org.eclipse.xtext.ui.editor.reconciler.XtextReconciler.TextInputListener
All Implemented Interfaces:
org.eclipse.jface.text.ITextInputListener
Enclosing class:
XtextReconciler

protected class XtextReconciler.TextInputListener
extends java.lang.Object
implements org.eclipse.jface.text.ITextInputListener

Reconciles the entire document when the document in the viewer is changed. This happens when the document is initially opened, as well as after a save-as.


Constructor Summary
protected XtextReconciler.TextInputListener()
           
 
Method Summary
 void inputDocumentAboutToBeChanged(org.eclipse.jface.text.IDocument oldInput, org.eclipse.jface.text.IDocument newInput)
           
 void inputDocumentChanged(org.eclipse.jface.text.IDocument oldInput, org.eclipse.jface.text.IDocument newInput)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XtextReconciler.TextInputListener

protected XtextReconciler.TextInputListener()
Method Detail

inputDocumentAboutToBeChanged

public void inputDocumentAboutToBeChanged(org.eclipse.jface.text.IDocument oldInput,
                                          org.eclipse.jface.text.IDocument newInput)
Specified by:
inputDocumentAboutToBeChanged in interface org.eclipse.jface.text.ITextInputListener

inputDocumentChanged

public void inputDocumentChanged(org.eclipse.jface.text.IDocument oldInput,
                                 org.eclipse.jface.text.IDocument newInput)
Specified by:
inputDocumentChanged in interface org.eclipse.jface.text.ITextInputListener