public class CreateAttributeUndoableEdit extends CayenneUndoableEdit
actionManager, controllerRedoName, UndoName| Constructor and Description |
|---|
CreateAttributeUndoableEdit(DataChannelDescriptor domain,
DataMap map,
DbEntity dbEntity,
DbAttribute attr) |
CreateAttributeUndoableEdit(DataChannelDescriptor domain,
DataMap map,
ObjEntity objEntity,
ObjAttribute attr) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
canRedo() |
String |
getPresentationName() |
void |
redo() |
void |
undo() |
canUndoaddEdit, die, getRedoPresentationName, getUndoPresentationName, isSignificant, replaceEdit, toStringpublic CreateAttributeUndoableEdit(DataChannelDescriptor domain, DataMap map, ObjEntity objEntity, ObjAttribute attr)
public CreateAttributeUndoableEdit(DataChannelDescriptor domain, DataMap map, DbEntity dbEntity, DbAttribute attr)
public boolean canRedo()
canRedo in interface UndoableEditcanRedo in class CayenneUndoableEditpublic 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.