Eclipse Platform
Release 3.0

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

Packages that use IPositionUpdater
org.eclipse.jface.text Provides a framework for creating and manipulating text documents. 
org.eclipse.jface.text.formatter Provides a content formatter add-on for an ITextViewer.  
org.eclipse.jface.text.link Application programming interfaces for interaction with the Eclipse Java User Interface text support.  
org.eclipse.jface.text.source Provides a support for managing annotations attached to a document. 
 

Uses of IPositionUpdater in org.eclipse.jface.text
 

Classes in org.eclipse.jface.text that implement IPositionUpdater
 class DefaultPositionUpdater
          Default implementation of IPositionUpdater.
 

Methods in org.eclipse.jface.text that return IPositionUpdater
 IPositionUpdater[] IDocument.getPositionUpdaters()
          Returns the list of position updaters attached to the document.
 IPositionUpdater[] AbstractDocument.getPositionUpdaters()
           
 

Methods in org.eclipse.jface.text with parameters of type IPositionUpdater
 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.
 void AbstractDocument.addPositionUpdater(IPositionUpdater updater)
           
 void AbstractDocument.insertPositionUpdater(IPositionUpdater updater, int index)
           
 void AbstractDocument.removePositionUpdater(IPositionUpdater updater)
           
 

Uses of IPositionUpdater in org.eclipse.jface.text.formatter
 

Classes in org.eclipse.jface.text.formatter that implement IPositionUpdater
protected  class MultiPassContentFormatter.NonDeletingPositionUpdater
          Position updater that shifts otherwise deleted positions to the next non-whitespace character.
 

Uses of IPositionUpdater in org.eclipse.jface.text.link
 

Classes in org.eclipse.jface.text.link that implement IPositionUpdater
 class InclusivePositionUpdater
          Position updater that takes any change in [position.offset, position.offset + position.length] as belonging to the position.
 

Uses of IPositionUpdater in org.eclipse.jface.text.source
 

Fields in org.eclipse.jface.text.source declared as IPositionUpdater
protected  IPositionUpdater SourceViewer.fSelectionUpdater
          Position updater for saved selections
 


Eclipse Platform
Release 3.0

Guidelines for using Eclipse APIs.

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