org.aspectj.org.eclipse.jdt.internal.core
Class DocumentAdapter

java.lang.Object
  extended by Document
      extended by org.aspectj.org.eclipse.jdt.internal.core.DocumentAdapter

public class DocumentAdapter
extends Document


Constructor Summary
DocumentAdapter(IBuffer buffer)
           
 
Method Summary
 void replace(int offset, int length, java.lang.String text)
           
 void set(java.lang.String text)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DocumentAdapter

public DocumentAdapter(IBuffer buffer)
Method Detail

set

public void set(java.lang.String text)

replace

public void replace(int offset,
                    int length,
                    java.lang.String text)
             throws BadLocationException
Throws:
BadLocationException