public class UpdateFrameCommand extends AbstractCommand
DELETE, INSERT, UPDATE
Constructor and Description |
---|
UpdateFrameCommand(FrameManager fm,
IFFrame antFrame,
IFFrame frame,
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, updateDate
public UpdateFrameCommand(FrameManager fm, IFFrame antFrame, IFFrame frame, String description)
public void undo()
Command
public void redo()
Command
public int getType()
UndoRedoInfo
public void execute()