Eclipse Platform
2.1

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

Packages that use ISlaveDocumentManager
org.eclipse.jface.text Provides a framework for creating, manipulating, displaying and editing text documents. 
org.eclipse.jface.text.source Provides a framework for connecting document regions with annotations and for displaying those annotations in combination with an ITextViewer
 

Uses of ISlaveDocumentManager in org.eclipse.jface.text
 

Classes in org.eclipse.jface.text that implement ISlaveDocumentManager
 class ChildDocumentManager
          ChildDocumentManager is one particular implementation of ISlaveDocumentManager.
 class ProjectionDocumentManager
          ProjectionDocumentManager is one particular implementation of ISlaveDocumentManager.
 

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.source
 

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


Eclipse Platform
2.1

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