java.lang.Objectjavax.swing.undo.AbstractUndoableEdit
javax.swing.text.StringContent$InsertUndo
All Implemented Interfaces:
UndoableEdit, Serializable
| Field Summary | ||
|---|---|---|
| protected int | offset | |
| protected int | length | |
| protected String | string | |
| protected Vector | posRefs | |
| Fields inherited from javax.swing.undo.AbstractUndoableEdit: |
|---|
| UndoName, RedoName, hasBeenDone, alive |
| Constructor: |
|---|
|
| Method from javax.swing.text.StringContent$InsertUndo Summary: |
|---|
| redo, undo |
| Methods from javax.swing.undo.AbstractUndoableEdit: |
|---|
| addEdit, canRedo, canUndo, die, getPresentationName, getRedoPresentationName, getUndoPresentationName, isSignificant, redo, replaceEdit, toString, undo |
| Methods from java.lang.Object: |
|---|
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method from javax.swing.text.StringContent$InsertUndo Detail: |
|---|
|
|