org.eclipse.jface.text
Interface IRepairableDocument
-
All Known Implementing Classes:
-
AbstractDocument,
ChildDocument,
Document,
ProjectionDocument
-
public interface IRepairableDocument
Tagging interface to be implemented by
IDocument
implementers that offer a line
repair method on the documents.
In order to provide backward compatibility for clients of
IRepairableDocument
, extension interfaces are used to provide
a means of evolution. The following extension interfaces exist:
-
Since:
- 3.0
-
See Also:
-
IDocument
,
IRepairableDocumentExtension
Method Summary
|
void
|
repairLineInformation
()
Repairs the line information of the document implementing this interface. |
repairLineInformation
void repairLineInformation()
- Repairs the line information of the document implementing this interface.
-
Guidelines for using Eclipse APIs.
Copyright (c) Eclipse contributors and others 2000, 2008. All rights reserved.