public class RemoveUndoableEdit extends CayenneUndoableEdit
actionManager, controllerRedoName, UndoName| Constructor and Description |
|---|
RemoveUndoableEdit(Application application) |
RemoveUndoableEdit(Application application,
DataMap map) |
RemoveUndoableEdit(Application application,
DataNodeDescriptor node) |
RemoveUndoableEdit(Application application,
DataNodeDescriptor node,
DataMap map) |
RemoveUndoableEdit(DataMap map,
DbEntity dbEntity) |
RemoveUndoableEdit(DataMap map,
Embeddable embeddable) |
RemoveUndoableEdit(DataMap map,
ObjEntity objEntity) |
RemoveUndoableEdit(DataMap map,
Procedure procedure) |
RemoveUndoableEdit(DataMap map,
Query query) |
| Modifier and Type | Method and Description |
|---|---|
String |
getPresentationName() |
void |
redo() |
void |
undo() |
canRedo, canUndoaddEdit, die, getRedoPresentationName, getUndoPresentationName, isSignificant, replaceEdit, toStringpublic RemoveUndoableEdit(Application application)
public RemoveUndoableEdit(Application application, DataNodeDescriptor node, DataMap map)
public RemoveUndoableEdit(Application application, DataMap map)
public RemoveUndoableEdit(Application application, DataNodeDescriptor node)
public RemoveUndoableEdit(DataMap map, Embeddable embeddable)
public String getPresentationName()
getPresentationName in interface UndoableEditgetPresentationName in class AbstractUndoableEditpublic void redo()
throws CannotRedoException
redo in interface UndoableEditredo in class AbstractUndoableEditCannotRedoExceptionpublic void undo()
throws CannotUndoException
undo in interface UndoableEditundo in class AbstractUndoableEditCannotUndoExceptionCopyright © 2001–2015 Apache Cayenne. All rights reserved.