Package com.cosylab.vdct.undo
Class CreateTemplateMacroAction
- java.lang.Object
-
- com.cosylab.vdct.undo.ActionObject
-
- com.cosylab.vdct.undo.CreateTemplateMacroAction
-
- Direct Known Subclasses:
DeleteTemplateMacroAction
public class CreateTemplateMacroAction extends ActionObject
Insert the type's description here. Creation date: (3.5.2001 16:26:04)- Author:
- cosylab
-
-
Field Summary
Fields Modifier and Type Field Description protected VDBMacromacroprotected VDBTemplateobject
-
Constructor Summary
Constructors Constructor Description CreateTemplateMacroAction(VDBTemplate object, VDBMacro macro)Insert the method's description here.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetDescription()Insert the method's description here.protected voidredoAction()This method was created in VisualAge.protected voidundoAction()This method was created in VisualAge.-
Methods inherited from class com.cosylab.vdct.undo.ActionObject
isDone, redo, undo
-
-
-
-
Field Detail
-
object
protected VDBTemplate object
-
macro
protected VDBMacro macro
-
-
Constructor Detail
-
CreateTemplateMacroAction
public CreateTemplateMacroAction(VDBTemplate object, VDBMacro macro)
Insert the method's description here. Creation date: (3.5.2001 16:27:58)- Parameters:
object- objectmacro- macro
-
-
Method Detail
-
getDescription
public String getDescription()
Insert the method's description here. Creation date: (3.5.2001 16:26:04)- Specified by:
getDescriptionin classActionObject- Returns:
- java.lang.String
-
redoAction
protected void redoAction()
This method was created in VisualAge.- Specified by:
redoActionin classActionObject
-
undoAction
protected void undoAction()
This method was created in VisualAge.- Specified by:
undoActionin classActionObject
-
-