Uses of Interface
org.eclipse.jface.text.ISlaveDocumentManager
Packages that use ISlaveDocumentManager
Package
Description
Provides a framework for creating and manipulating text documents.
This package provides an implementation of projection documents.
This package provides the UI part for projection documents of which the most important part is the projection viewer.
-
Uses of ISlaveDocumentManager in org.eclipse.jface.text
Methods in org.eclipse.jface.text that return ISlaveDocumentManagerModifier and TypeMethodDescriptionprotected ISlaveDocumentManager
TextViewer.createSlaveDocumentManager()
Creates a new slave document manager.protected ISlaveDocumentManager
TextViewer.getSlaveDocumentManager()
Returns the slave document manager -
Uses of ISlaveDocumentManager in org.eclipse.jface.text.projection
Classes in org.eclipse.jface.text.projection that implement ISlaveDocumentManagerModifier and TypeClassDescriptionclass
Implementation of a child document manager based onProjectionDocumentManager
.class
AProjectionDocumentManager
is one particular implementation ofISlaveDocumentManager
. -
Uses of ISlaveDocumentManager in org.eclipse.jface.text.source.projection
Methods in org.eclipse.jface.text.source.projection that return ISlaveDocumentManagerModifier and TypeMethodDescriptionprotected ISlaveDocumentManager
ProjectionViewer.createSlaveDocumentManager()