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

java.lang.Object
  extended by edu.rice.cs.drjava.model.AbstractDJDocument.CharInsertCommand
All Implemented Interfaces:
Runnable
Enclosing class:
AbstractDJDocument

protected class AbstractDJDocument.CharInsertCommand
extends Object
implements Runnable


Field Summary
protected  char _ch
           
protected  int _offset
           
 
Constructor Summary
AbstractDJDocument.CharInsertCommand(int offset, char ch)
           
 
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

_ch

protected final char _ch
Constructor Detail

AbstractDJDocument.CharInsertCommand

public AbstractDJDocument.CharInsertCommand(int offset,
                                            char ch)
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