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

java.lang.Object
  extended by 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


Field Summary
protected  int _length
           
protected  int _offset
           
protected  String _removedText
           
 
Constructor Summary
AbstractDJDocument.RemoveCommand(int offset, int length, String removedText)
           
 
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
 

Field Detail

_offset

protected final int _offset

_length

protected final int _length

_removedText

protected final String _removedText
Constructor Detail

AbstractDJDocument.RemoveCommand

public AbstractDJDocument.RemoveCommand(int offset,
                                        int length,
                                        String removedText)
Method Detail

run

public void run()
Removes chars from reduced model; cache has already been selectively cleared.

Specified by:
run in interface Runnable