com.cosylab.vdct.undo
Class ChangeTemplatePropertyAction
java.lang.Object
com.cosylab.vdct.undo.ActionObject
com.cosylab.vdct.undo.ChangeTemplatePropertyAction
public class ChangeTemplatePropertyAction
- extends ActionObject
Insert the type's description here.
Creation date: (3.5.2001 16:26:04)
- Author:
Constructor Summary |
ChangeTemplatePropertyAction(Template object,
java.lang.String name,
java.lang.String oldValue,
java.lang.String newValue)
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 java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
object
protected Template object
name
protected java.lang.String name
oldValue
protected java.lang.String oldValue
newValue
protected java.lang.String newValue
ChangeTemplatePropertyAction
public ChangeTemplatePropertyAction(Template object,
java.lang.String name,
java.lang.String oldValue,
java.lang.String newValue)
- Insert the method's description here.
Creation date: (3.5.2001 16:27:58)
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