edu.rice.cs.drjava.model
Class AbstractDJDocument.InsertCommand

java.lang.Object
  extended by edu.rice.cs.drjava.model.AbstractDJDocument.InsertCommand
All Implemented Interfaces:
Runnable
Direct Known Subclasses:
AbstractDJDocument.UnremoveCommand
Enclosing class:
AbstractDJDocument

protected class AbstractDJDocument.InsertCommand
extends Object
implements Runnable


Field Summary
protected  int _offset
           
protected  String _text
           
 
Constructor Summary
AbstractDJDocument.InsertCommand(int offset, String text)
           
 
Method Summary
 void run()
          Inserts chars in reduced model and moves location to end of insert; cache has already been cleared.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

_offset

protected final int _offset

_text

protected final String _text
Constructor Detail

AbstractDJDocument.InsertCommand

public AbstractDJDocument.InsertCommand(int offset,
                                        String text)
Method Detail

run

public void run()
Inserts chars in reduced model and moves location to end of insert; cache has already been cleared.

Specified by:
run in interface Runnable