Eclipse Platform
Release 3.1

Uses of Interface
org.eclipse.jface.text.IDocumentRewriteSessionListener

Packages that use IDocumentRewriteSessionListener
org.eclipse.jface.text Provides a framework for creating and manipulating text documents. 
 

Uses of IDocumentRewriteSessionListener in org.eclipse.jface.text
 

Methods in org.eclipse.jface.text with parameters of type IDocumentRewriteSessionListener
 void IDocumentExtension4.addDocumentRewriteSessionListener(IDocumentRewriteSessionListener listener)
          Registers the document rewrite session listener with the document.
 void IDocumentExtension4.removeDocumentRewriteSessionListener(IDocumentRewriteSessionListener listener)
          Removes the listener from the document's list of document rewrite session listeners.
 void AbstractDocument.addDocumentRewriteSessionListener(IDocumentRewriteSessionListener listener)
           
 void AbstractDocument.removeDocumentRewriteSessionListener(IDocumentRewriteSessionListener listener)
           
 


Eclipse Platform
Release 3.1

Guidelines for using Eclipse APIs.

Copyright (c) IBM Corp. and others 2000, 2005. All rights reserved.