edu.rice.cs.drjava.model
Class AbstractDJDocument.CharInsertCommand
java.lang.Object
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
|
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 |
_offset
protected final int _offset
_ch
protected final char _ch
AbstractDJDocument.CharInsertCommand
public AbstractDJDocument.CharInsertCommand(int offset,
char ch)
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