public class DeleteFrameCommand extends AbstractCommand
DELETE, INSERT, UPDATE
Constructor and Description |
---|
DeleteFrameCommand(FrameManager fm,
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 DeleteFrameCommand(FrameManager fm, IFFrame frame, String description)
public void undo()
Command
DriverIOException
IOException
com.iver.cit.gvsig.fmap.edition.Command#undo()
public void redo()
Command
IOException
DriverIOException
com.iver.cit.gvsig.fmap.edition.Command#redo()
public int getType()
UndoRedoInfo
public void execute()