Package | Description |
---|---|
org.eclipse.jface.text |
Provides a framework for creating and manipulating text documents.
|
org.eclipse.jface.text.projection |
This package provides an implementation of projection documents.
|
Modifier and Type | Method and Description |
---|---|
void |
AbstractDocument.registerPostNotificationReplace(IDocumentListener owner,
IDocumentExtension.IReplace replace) |
void |
IDocumentExtension.registerPostNotificationReplace(IDocumentListener owner,
IDocumentExtension.IReplace replace)
Callback for document listeners to be used inside
documentChanged
to register a post notification replace operation on the document notifying them. |
Modifier and Type | Method and Description |
---|---|
void |
ProjectionDocument.registerPostNotificationReplace(IDocumentListener owner,
IDocumentExtension.IReplace replace) |
Copyright (c) 2000, 2015 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.