Package com.cosylab.vdct.undo
Class RenameTemplateMacroAction
- java.lang.Object
-
- com.cosylab.vdct.undo.ActionObject
-
- com.cosylab.vdct.undo.RenameTemplateMacroAction
-
public class RenameTemplateMacroAction extends ActionObject
Insert the type's description here. Creation date: (3.5.2001 16:26:04)- Author:
- cosylab
-
-
Constructor Summary
Constructors Constructor Description RenameTemplateMacroAction(VDBTemplate object, VDBMacro macro, String oldName, String newName)
Insert the method's description here.
-
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
-
-
-
-
Field Detail
-
object
protected VDBTemplate object
-
macro
protected VDBMacro macro
-
oldName
protected String oldName
-
newName
protected String newName
-
-
Constructor Detail
-
RenameTemplateMacroAction
public RenameTemplateMacroAction(VDBTemplate object, VDBMacro macro, String oldName, String newName)
Insert the method's description here. Creation date: (3.5.2001 16:27:58)- Parameters:
object
- objectmacro
- macrooldName
- oldNamenewName
- newName
-
-
Method Detail
-
getDescription
public String getDescription()
Insert the method's description here. Creation date: (3.5.2001 16:26:04)- Specified by:
getDescription
in classActionObject
- Returns:
- java.lang.String
-
redoAction
protected void redoAction()
This method was created in VisualAge.- Specified by:
redoAction
in classActionObject
-
undoAction
protected void undoAction()
This method was created in VisualAge.- Specified by:
undoAction
in classActionObject
-
-