Eclipse Platform
Release 3.0

org.eclipse.jface.text.projection
Class ChildDocumentManager

java.lang.Object
  extended byorg.eclipse.jface.text.projection.ProjectionDocumentManager
      extended byorg.eclipse.jface.text.projection.ChildDocumentManager
All Implemented Interfaces:
IDocumentListener, ISlaveDocumentManager, ISlaveDocumentManagerExtension

public class ChildDocumentManager
extends ProjectionDocumentManager

Implementation of a child document manager based on ProjectionDocumentManager. This class exists for compatibility reasons.

Internal class. This class is not intended to be used by clients.

Since:
3.0

Constructor Summary
ChildDocumentManager()
           
 
Method Summary
protected  ProjectionDocument createProjectionDocument(IDocument master)
          Factory method for projection documents.
 
Methods inherited from class org.eclipse.jface.text.projection.ProjectionDocumentManager
createMasterSlaveMapping, createSlaveDocument, documentAboutToBeChanged, documentChanged, fireDocumentEvent, freeSlaveDocument, getMasterDocument, getSlaveDocuments, isSlaveDocument, setAutoExpandMode
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ChildDocumentManager

public ChildDocumentManager()
Method Detail

createProjectionDocument

protected ProjectionDocument createProjectionDocument(IDocument master)
Description copied from class: ProjectionDocumentManager
Factory method for projection documents.

Overrides:
createProjectionDocument in class ProjectionDocumentManager
Parameters:
master - the master document
Returns:
the newly created projection document

Eclipse Platform
Release 3.0

Guidelines for using Eclipse APIs.

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