Overview

 
Package  Use  Tree  Deprecated  Index  Help 
Eclipse Platform
Release 3.0
 PREV CLASS   NEXT CLASS FRAMES    NO FRAMES  
SUMMARY: NESTED | FIELD | CONSTR | METHOD DETAIL: FIELD | CONSTR | METHOD


 

org.eclipse.jface.text
Interface IRepairableDocument

All Known Implementing Classes:
AbstractDocument


public interface IRepairableDocument

Tagging interface to be implemented by IDocumentimplementers that offer a line repair method on the documents.

Since:
3.0
See Also:
IDocument


Method Summary
 void repairLineInformation()
          Repairs the line information of the document implementing this interface.
 

Method Detail

 

 

repairLineInformation

public void repairLineInformation()

Repairs the line information of the document implementing this interface.


 

Overview

 
Package  Use  Tree  Deprecated  Index  Help 
Eclipse Platform
Release 3.0
 PREV CLASS   NEXT CLASS FRAMES    NO FRAMES  
SUMMARY: NESTED | FIELD | CONSTR | METHOD DETAIL: FIELD | CONSTR | METHOD


Guidelines for using Eclipse APIs.

Copyright (c) IBM Corp. and others 2000, 2004. All rights reserved.