public class TextInputAdapter extends Adapter implements TextInputListener
TextInputListener.
 The methods in this class are empty. This class exists
 as convenience for creating listener objects.
 Extend this class to create a TextInputListener
 and override the methods for the events of interest.
Adapter, 
TextInputListener| Modifier | Constructor and Description | 
|---|---|
| protected  | TextInputAdapter()Constructor for use by subclasses. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | inputDocumentAboutToBeChanged(org.eclipse.jface.text.ITextViewer viewer,
                             org.eclipse.jface.text.IDocument before,
                             org.eclipse.jface.text.IDocument after) | 
| void | inputDocumentChanged(org.eclipse.jface.text.ITextViewer viewer,
                    org.eclipse.jface.text.IDocument before,
                    org.eclipse.jface.text.IDocument after) | 
postRegister, postUnregister, preRegister, preUnregisterclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitpostRegister, postUnregister, preRegister, preUnregisterpublic void inputDocumentAboutToBeChanged(org.eclipse.jface.text.ITextViewer viewer,
                                          org.eclipse.jface.text.IDocument before,
                                          org.eclipse.jface.text.IDocument after)
inputDocumentAboutToBeChanged in interface TextInputListenerpublic void inputDocumentChanged(org.eclipse.jface.text.ITextViewer viewer,
                                 org.eclipse.jface.text.IDocument before,
                                 org.eclipse.jface.text.IDocument after)
inputDocumentChanged in interface TextInputListener