protected class ATETextPane.UndoableRefactoringEdit extends AbstractUndoableEdit
| Modifier and Type | Field and Description |
|---|---|
String |
newContent |
String |
oldContent |
RedoName, UndoName| Constructor and Description |
|---|
ATETextPane.UndoableRefactoringEdit(String oldContent,
String newContent) |
| Modifier and Type | Method and Description |
|---|---|
void |
redo() |
void |
undo() |
addEdit, canRedo, canUndo, die, getPresentationName, getRedoPresentationName, getUndoPresentationName, isSignificant, replaceEdit, toStringpublic void redo()
redo in interface UndoableEditredo in class AbstractUndoableEditpublic void undo()
undo in interface UndoableEditundo in class AbstractUndoableEditCopyright © 2013. All rights reserved.