Package com.cosylab.vdct.undo
Class FieldValueChangeAction
- java.lang.Object
-
- com.cosylab.vdct.undo.ActionObject
-
- com.cosylab.vdct.undo.FieldValueChangeAction
-
public class FieldValueChangeAction extends ActionObject
Insert the type's description here. Creation date: (3.5.2001 15:23:26)- Author:
- cosylab
-
-
Constructor Summary
Constructors Constructor Description FieldValueChangeAction(VDBFieldData field, String oldValue, String newValue)
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
-
-
-
-
Constructor Detail
-
FieldValueChangeAction
public FieldValueChangeAction(VDBFieldData field, String oldValue, String newValue)
Insert the method's description here. Creation date: (3.5.2001 15:30:47)- Parameters:
field
- com.cosylab.vdct.vdb.VDBFieldDataoldValue
- java.lang.StringnewValue
- java.lang.String
-
-
Method Detail
-
getDescription
public String getDescription()
Insert the method's description here. Creation date: (3.5.2001 15:50:49)- 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
-
-