ProjectionDocumentManager
is one particular implementation of {@link org.eclipse.jface.text.ISlaveDocumentManager}. This manager creates so called projection documents (see {@link org.eclipse.jface.text.projection.ProjectionDocument}as slave documents for given master documents. A projection document represents a particular projection of the master document and is accordingly adapted to changes of the master document. Vice versa, the master document is accordingly adapted to changes of its slave documents. The manager does not maintain any particular management structure but utilizes mechanisms given by {@link org.eclipse.jface.text.IDocument}such as position categories and position updaters.
Clients can instantiate this class. This class is not intended to be subclassed.
@since 3.0 @noextend This class is not intended to be subclassed by clients.
|
|
|
|
|
|