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, updateDate
public InsertFrameCommand(FrameManager fm, IFFrame f, java.lang.String description)
public void undo()
Command
java.io.IOException
DriverIOException
java.io.IOException
DriverIOException
com.iver.cit.gvsig.fmap.edition.Command#undo()
public void redo()
Command
DriverIOException
java.io.IOException
com.iver.cit.gvsig.fmap.edition.Command#redo()
public int getType()
UndoRedoInfo
public void execute()