oracle.jdeveloper.audit.model
Class TextDocumentAdapter.TextBufferTracker.Edit
java.lang.Object
oracle.jdeveloper.audit.model.TextDocumentAdapter.TextBufferTracker.Edit
- Enclosing class:
- TextDocumentAdapter.TextBufferTracker
- public static class TextDocumentAdapter.TextBufferTracker.Edit
- extends java.lang.Object
A representation of a single edit.
Method Summary |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
offset
public int offset
delta
public int delta
runningDelta
public int runningDelta
TextDocumentAdapter.TextBufferTracker.Edit
public TextDocumentAdapter.TextBufferTracker.Edit(int offset,
int delta,
int runningDelta)
toString
public java.lang.String toString()
Copyright © 1997, 2004, Oracle. All rights reserved.