com.cosylab.vdct.undo
Class DescriptionChangeAction

java.lang.Object
  extended by com.cosylab.vdct.undo.ActionObject
      extended by com.cosylab.vdct.undo.DescriptionChangeAction

public class DescriptionChangeAction
extends ActionObject

Insert the type's description here. Creation date: (3.5.2001 15:23:26)

Author:

Constructor Summary
DescriptionChangeAction(Descriptable object, 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 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
 

Constructor Detail

DescriptionChangeAction

public DescriptionChangeAction(Descriptable object,
                               java.lang.String oldValue,
                               java.lang.String newValue)
Insert the method's description here. Creation date: (3.5.2001 15:30:47)

Parameters:
objectDescriptable -
oldValue - java.lang.String
newValue - java.lang.String
Method Detail

getDescription

public java.lang.String getDescription()
Insert the method's description here. Creation date: (3.5.2001 15:50:49)

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