Package com.cosylab.vdct.undo
Class DeleteTemplateMacroAction
- java.lang.Object
-
- com.cosylab.vdct.undo.ActionObject
-
- com.cosylab.vdct.undo.CreateTemplateMacroAction
-
- com.cosylab.vdct.undo.DeleteTemplateMacroAction
-
public class DeleteTemplateMacroAction extends CreateTemplateMacroAction
Insert the type's description here. Creation date: (3.5.2001 20:32:44)- Author:
- cosylab
-
-
Field Summary
-
Fields inherited from class com.cosylab.vdct.undo.CreateTemplateMacroAction
macro, object
-
-
Constructor Summary
Constructors Constructor Description DeleteTemplateMacroAction(VDBTemplate object, VDBMacro macro)
DeleteAction constructor comment.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getDescription()
Insert the method's description here.protected void
redoAction()
This method was created in VisualAge.protected void
undoAction()
This method was created in VisualAge.-
Methods inherited from class com.cosylab.vdct.undo.ActionObject
isDone, redo, undo
-
-
-
-
Constructor Detail
-
DeleteTemplateMacroAction
public DeleteTemplateMacroAction(VDBTemplate object, VDBMacro macro)
DeleteAction constructor comment.- Parameters:
object
- com.cosylab.vdct.graphics.objects.VisibleObjectmacro
- macro
-
-
Method Detail
-
getDescription
public String getDescription()
Insert the method's description here. Creation date: (3.5.2001 16:26:04)- Overrides:
getDescription
in classCreateTemplateMacroAction
- Returns:
- java.lang.String
-
redoAction
protected void redoAction()
This method was created in VisualAge.- Overrides:
redoAction
in classCreateTemplateMacroAction
-
undoAction
protected void undoAction()
This method was created in VisualAge.- Overrides:
undoAction
in classCreateTemplateMacroAction
-
-