Eclipse Platform
Release 3.1

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

Packages that use ISlaveDocumentManager
org.eclipse.jface.text Provides a framework for creating and manipulating text documents. 
org.eclipse.jface.text.projection This package provides an implementation of projection documents.  
org.eclipse.jface.text.source.projection   
 

Uses of ISlaveDocumentManager in org.eclipse.jface.text
 

Methods in org.eclipse.jface.text that return ISlaveDocumentManager
protected  ISlaveDocumentManager TextViewer.getSlaveDocumentManager()
          Returns the slave document manager
protected  ISlaveDocumentManager TextViewer.createSlaveDocumentManager()
          Creates a new slave document manager.
 

Uses of ISlaveDocumentManager in org.eclipse.jface.text.projection
 

Classes in org.eclipse.jface.text.projection that implement ISlaveDocumentManager
 class ChildDocumentManager
          Implementation of a child document manager based on ProjectionDocumentManager.
 class ProjectionDocumentManager
          A ProjectionDocumentManager is one particular implementation of ISlaveDocumentManager.
 

Uses of ISlaveDocumentManager in org.eclipse.jface.text.source.projection
 

Methods in org.eclipse.jface.text.source.projection that return ISlaveDocumentManager
protected  ISlaveDocumentManager ProjectionViewer.createSlaveDocumentManager()
           
 


Eclipse Platform
Release 3.1

Guidelines for using Eclipse APIs.

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