public class InsertFrameCommand extends AbstractCommand
DELETE, INSERT, UPDATE| Constructor and Description |
|---|
InsertFrameCommand(FrameManager fm,
IFFrame f,
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 InsertFrameCommand(FrameManager fm, IFFrame f, java.lang.String description)
public void undo()
Commandjava.io.IOExceptionDriverIOExceptionjava.io.IOExceptionDriverIOExceptioncom.iver.cit.gvsig.fmap.edition.Command#undo()public void redo()
CommandDriverIOExceptionjava.io.IOExceptioncom.iver.cit.gvsig.fmap.edition.Command#redo()public int getType()
UndoRedoInfopublic void execute()