|
Eclipse Platform Release 3.4 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Extension interface for IRepairableDocument
.
Adds the ability to query whether the repairable document needs to be repaired.
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 |
public boolean isLineInformationRepairNeeded(int offset, int length, String text) throws BadLocationException
offset
- the document offsetlength
- the length of the specified rangetext
- the substitution text to check
true
if the line information must be repaired
BadLocationException
- if the offset is invalid in this documentIRepairableDocument.repairLineInformation()
|
Eclipse Platform Release 3.4 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Guidelines for using Eclipse APIs.
Copyright (c) Eclipse contributors and others 2000, 2008. All rights reserved.