Uses of Interface
org.eclipse.jface.text.ISlaveDocumentManager
-
Packages that use ISlaveDocumentManager Package Description 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 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 ISlaveDocumentManager Modifier and Type Method Description protected 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 ISlaveDocumentManager Modifier and Type Class Description class
ChildDocumentManager
Implementation of a child document manager based onProjectionDocumentManager
.class
ProjectionDocumentManager
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 ISlaveDocumentManager Modifier and Type Method Description protected ISlaveDocumentManager
ProjectionViewer. createSlaveDocumentManager()
-