|
 |
|
|
Uses of Class org.eclipse.jface.text.DocumentEvent
Constructors in
org.eclipse.jface.text.projection with parameters of type
DocumentEvent
|
ProjectionDocumentEvent
(
IDocument doc,
int offset,
int length,
String text,
DocumentEvent masterEvent)
Creates a new content change event caused by the given master document
change. |
ProjectionDocumentEvent
(
IDocument doc,
int offset,
int length,
String text,
int masterOffset,
int masterLength,
DocumentEvent masterEvent)
Creates a new projection document event for the given properties. |
Guidelines for using Eclipse APIs.
Copyright (c) Eclipse contributors and others 2000, 2008. All rights reserved.
|
|
|