Class UpdateFrameCommand
java.lang.Object
org.gvsig.tools.undo.command.impl.AbstractCommand
org.gvsig.app.project.documents.layout.commands.UpdateFrameCommand
- All Implemented Interfaces:
org.gvsig.tools.undo.command.Command,org.gvsig.tools.undo.UndoRedoInfo
public class UpdateFrameCommand
extends org.gvsig.tools.undo.command.impl.AbstractCommand
-
Field Summary
Fields inherited from interface org.gvsig.tools.undo.UndoRedoInfo
DELETE, INSERT, UPDATE -
Constructor Summary
ConstructorsConstructorDescriptionUpdateFrameCommand(FrameManager fm, IFFrame antFrame, IFFrame frame, String description) -
Method Summary
Methods inherited from class org.gvsig.tools.undo.command.impl.AbstractCommand
getDate, getDescription, toString, updateDate
-
Constructor Details
-
UpdateFrameCommand
-
-
Method Details
-
undo
public void undo() -
redo
public void redo() -
getType
public int getType() -
execute
public void execute()
-