edu.rice.cs.drjava.model
Class AbstractDJDocument.RemoveCommand
java.lang.Object
edu.rice.cs.drjava.model.AbstractDJDocument.RemoveCommand
- All Implemented Interfaces:
- Runnable
- Direct Known Subclasses:
- AbstractDJDocument.UninsertCommand
- Enclosing class:
- AbstractDJDocument
protected class AbstractDJDocument.RemoveCommand
- extends Object
- implements Runnable
Method Summary |
void |
run()
Removes chars from reduced model; cache has already been selectively cleared. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
_offset
protected final int _offset
_length
protected final int _length
_removedText
protected final String _removedText
AbstractDJDocument.RemoveCommand
public AbstractDJDocument.RemoveCommand(int offset,
int length,
String removedText)
run
public void run()
- Removes chars from reduced model; cache has already been selectively cleared.
- Specified by:
run
in interface Runnable