Eclipse Platform
2.1

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

Packages that use IPositionUpdater
org.eclipse.jface.text Provides a framework for creating, manipulating, displaying and editing text documents. 
 

Uses of IPositionUpdater in org.eclipse.jface.text
 

Classes in org.eclipse.jface.text that implement IPositionUpdater
 class DefaultPositionUpdater
          Default implementation of IPositionUpdater.
 class FragmentUpdater
          The position updater used to adapt the fragments of a projection document to changes of the master document.
 class ProjectionPositionUpdater
          The position updater used to adapt the positions corresponding to the fragments of projection documents.
 

Methods in org.eclipse.jface.text that return IPositionUpdater
 IPositionUpdater[] AbstractDocument.getPositionUpdaters()
           
 IPositionUpdater[] IDocument.getPositionUpdaters()
          Returns the list of position updaters attached to the document.
protected  IPositionUpdater ChildDocumentManager.getChildPositionUpdater()
          Returns the child position updater.
protected  IPositionUpdater ProjectionDocumentManager.getProjectionPositionUpdater()
          Returns the projection position updater.
 

Methods in org.eclipse.jface.text with parameters of type IPositionUpdater
 void AbstractDocument.addPositionUpdater(IPositionUpdater updater)
           
 void AbstractDocument.insertPositionUpdater(IPositionUpdater updater, int index)
           
 void AbstractDocument.removePositionUpdater(IPositionUpdater updater)
           
 void IDocument.addPositionUpdater(IPositionUpdater updater)
          Appends a new position updater to the document's list of position updaters.
 void IDocument.removePositionUpdater(IPositionUpdater updater)
          Removes the position updater from the document's list of position updaters.
 void IDocument.insertPositionUpdater(IPositionUpdater updater, int index)
          Inserts the position updater at the specified index in the document's list of position updaters.
 


Eclipse Platform
2.1

Copyright (c) IBM Corp. and others 2000, 2003. All Rights Reserved.