Eclipse Platform
2.1

Uses of Class
org.eclipse.jface.text.DefaultPositionUpdater

Packages that use DefaultPositionUpdater
org.eclipse.jface.text Provides a framework for creating, manipulating, displaying and editing text documents. 
org.eclipse.jface.text.rules Provides a framework for rule based text scanning and uses the framework to provide rule-driven default implementations of IPresentationDamager, IPresentationRepairer and IDocumentPartitioner
 

Uses of DefaultPositionUpdater in org.eclipse.jface.text
 

Subclasses of DefaultPositionUpdater in org.eclipse.jface.text
 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.
 

Uses of DefaultPositionUpdater in org.eclipse.jface.text.rules
 

Fields in org.eclipse.jface.text.rules declared as DefaultPositionUpdater
protected  DefaultPositionUpdater RuleBasedPartitioner.fPositionUpdater
          Deprecated. The position updater used to for the default updating of partitions
protected  DefaultPositionUpdater DefaultPartitioner.fPositionUpdater
          The position updater used to for the default updating of partitions
 


Eclipse Platform
2.1

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