Uses of Interface
org.eclipse.jface.text.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
Modifier 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
Modifier 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
Modifier and TypeMethodDescriptionprotected ISlaveDocumentManager
ProjectionViewer.createSlaveDocumentManager()