com.cosylab.vdct.undo
Class RenameTemplateMacroAction

java.lang.Object
  extended by com.cosylab.vdct.undo.ActionObject
      extended by 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:

Field Summary
protected  VDBMacro macro
           
protected  java.lang.String newName
           
protected  VDBTemplate object
           
protected  java.lang.String oldName
           
 
Constructor Summary
RenameTemplateMacroAction(VDBTemplate object, VDBMacro macro, java.lang.String oldName, java.lang.String newName)
          Insert the method's description here.
 
Method Summary
 java.lang.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
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

object

protected VDBTemplate object

macro

protected VDBMacro macro

oldName

protected java.lang.String oldName

newName

protected java.lang.String newName
Constructor Detail

RenameTemplateMacroAction

public RenameTemplateMacroAction(VDBTemplate object,
                                 VDBMacro macro,
                                 java.lang.String oldName,
                                 java.lang.String newName)
Insert the method's description here. Creation date: (3.5.2001 16:27:58)

Method Detail

getDescription

public java.lang.String getDescription()
Insert the method's description here. Creation date: (3.5.2001 16:26:04)

Specified by:
getDescription in class ActionObject
Returns:
java.lang.String

redoAction

protected void redoAction()
This method was created in VisualAge.

Specified by:
redoAction in class ActionObject

undoAction

protected void undoAction()
This method was created in VisualAge.

Specified by:
undoAction in class ActionObject