Uses of Class
org.eclipse.jface.text.projection.ProjectionDocument
-
Packages that use ProjectionDocument Package Description org.eclipse.jface.text.projection This package provides an implementation of projection documents. -
-
Uses of ProjectionDocument in org.eclipse.jface.text.projection
Subclasses of ProjectionDocument in org.eclipse.jface.text.projection Modifier and Type Class Description classChildDocumentImplementation of a child document based onProjectionDocument.Methods in org.eclipse.jface.text.projection that return ProjectionDocument Modifier and Type Method Description protected ProjectionDocumentChildDocumentManager. createProjectionDocument(IDocument master)protected ProjectionDocumentProjectionDocumentManager. createProjectionDocument(IDocument master)Factory method for projection documents.
-