Uses of Interface
org.eclipse.jface.text.IDocumentExtension.IReplace
Packages that use IDocumentExtension.IReplace
Package
Description
Provides a framework for creating and manipulating text documents.
This package provides an implementation of projection documents.
-
Uses of IDocumentExtension.IReplace in org.eclipse.jface.text
Methods in org.eclipse.jface.text with parameters of type IDocumentExtension.IReplaceModifier and TypeMethodDescriptionvoidAbstractDocument.registerPostNotificationReplace(IDocumentListener owner, IDocumentExtension.IReplace replace) voidIDocumentExtension.registerPostNotificationReplace(IDocumentListener owner, IDocumentExtension.IReplace replace) Callback for document listeners to be used insidedocumentChangedto register a post notification replace operation on the document notifying them. -
Uses of IDocumentExtension.IReplace in org.eclipse.jface.text.projection
Methods in org.eclipse.jface.text.projection with parameters of type IDocumentExtension.IReplaceModifier and TypeMethodDescriptionvoidProjectionDocument.registerPostNotificationReplace(IDocumentListener owner, IDocumentExtension.IReplace replace)