public class SetFieldValueUndoableEdit extends AbstractUndoableEdit
| Constructor and Description |
|---|
SetFieldValueUndoableEdit(Field field,
Object oldValue,
Object newValue) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
canRedo() |
boolean |
canUndo() |
static SetFieldValueUndoableEdit |
create(UndoManager undoManager,
Field field,
Object oldValue,
Object newValue) |
void |
doRedo() |
void |
doUndo() |
String |
toString() |
addEdit, die, getPresentationName, getRedoPresentationName, getUndoPresentationName, isAlive, isHasBeenDone, isSignificant, redo, replaceEdit, setHasBeenDone, undopublic static SetFieldValueUndoableEdit create(UndoManager undoManager, Field field, Object oldValue, Object newValue)
public boolean canRedo()
canRedo in interface UndoableEditcanRedo in class AbstractUndoableEditpublic boolean canUndo()
canUndo in interface UndoableEditcanUndo in class AbstractUndoableEditpublic void doRedo()
doRedo in class AbstractUndoableEditpublic void doUndo()
doUndo in class AbstractUndoableEditpublic String toString()
toString in class AbstractUndoableEditCopyright © 2015 Revolution Systems Inc.. All rights reserved.