Eclipse Platform
2.1

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

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

Uses of IDocumentInformationMapping in org.eclipse.jface.text
 

Classes in org.eclipse.jface.text that implement IDocumentInformationMapping
 class CoordinatesTranslator
          Implementation of IDocumentInformationMapping matching ProjectionDocument and ProjectionDocumentManager.
 class ParentChildMapping
          Implementation of IDocumentInformationMapping matching ChildDocument and ChildDocumentManager.
 

Fields in org.eclipse.jface.text declared as IDocumentInformationMapping
protected  IDocumentInformationMapping TextViewer.fInformationMapping
          The mapping between model and visible document.
 

Methods in org.eclipse.jface.text that return IDocumentInformationMapping
 IDocumentInformationMapping ISlaveDocumentManager.createMasterSlaveMapping(IDocument slave)
          Creates a new document information mapping between the given slave document and its master document.
 IDocumentInformationMapping ChildDocumentManager.createMasterSlaveMapping(IDocument slave)
           
 IDocumentInformationMapping ProjectionDocumentManager.createMasterSlaveMapping(IDocument slave)
           
 


Eclipse Platform
2.1

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