public interface ITextInputListener
ITextViewer
are informed if the document
serving as the text viewer's model is replaced.
Clients may implement this interface.
ITextViewer
,
IDocument
Modifier and Type | Method and Description |
---|---|
void |
inputDocumentAboutToBeChanged(IDocument oldInput,
IDocument newInput)
Called before the input document is replaced.
|
void |
inputDocumentChanged(IDocument oldInput,
IDocument newInput)
Called after the input document has been replaced.
|
Copyright (c) 2000, 2014 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.