Eclipse Platform
Release 3.4

org.eclipse.jface.text
Interface IRepairableDocumentExtension

All Known Implementing Classes:
AbstractDocument

public interface IRepairableDocumentExtension

Extension interface for IRepairableDocument.

Adds the ability to query whether the repairable document needs to be repaired.

Since:
3.4
See Also:
IRepairableDocument

Method Summary
 boolean isLineInformationRepairNeeded(int offset, int length, String text)
          Tells whether the line information of the document implementing this interface needs to be repaired.
 

Method Detail

isLineInformationRepairNeeded

public boolean isLineInformationRepairNeeded(int offset,
                                             int length,
                                             String text)
                                      throws BadLocationException
Tells whether the line information of the document implementing this interface needs to be repaired.

Parameters:
offset - the document offset
length - the length of the specified range
text - the substitution text to check
Returns:
true if the line information must be repaired
Throws:
BadLocationException - if the offset is invalid in this document
See Also:
IRepairableDocument.repairLineInformation()

Eclipse Platform
Release 3.4

Guidelines for using Eclipse APIs.

Copyright (c) Eclipse contributors and others 2000, 2008. All rights reserved.