public class UpdateFrameCommand extends AbstractCommand
DELETE, INSERT, UPDATE| Constructor and Description |
|---|
UpdateFrameCommand(FrameManager fm,
IFFrame antFrame,
IFFrame frame,
java.lang.String description) |
| Modifier and Type | Method and Description |
|---|---|
void |
execute() |
int |
getType()
Returns the type of action related to data: insertion, deletion or
update.
|
void |
redo()
Re-does the following redoable command.
|
void |
undo()
Undoes the following undoable command.
|
getDate, getDescription, toString, updateDatepublic UpdateFrameCommand(FrameManager fm, IFFrame antFrame, IFFrame frame, java.lang.String description)
public void undo()
Commandpublic void redo()
Commandpublic int getType()
UndoRedoInfopublic void execute()