Package com.cosylab.vdct.undo
Class DeleteTemplatePropertyAction
- java.lang.Object
-
- com.cosylab.vdct.undo.ActionObject
-
- com.cosylab.vdct.undo.CreateTemplatePropertyAction
-
- com.cosylab.vdct.undo.DeleteTemplatePropertyAction
-
public class DeleteTemplatePropertyAction extends CreateTemplatePropertyAction
Insert the type's description here. Creation date: (3.5.2001 20:32:44)- Author:
- cosylab
-
-
Field Summary
-
Fields inherited from class com.cosylab.vdct.undo.CreateTemplatePropertyAction
name, object, value
-
-
Constructor Summary
Constructors Constructor Description DeleteTemplatePropertyAction(Template object, String name, String value)DeleteAction constructor comment.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetDescription()Insert the method's description here.protected voidredoAction()This method was created in VisualAge.protected voidundoAction()This method was created in VisualAge.-
Methods inherited from class com.cosylab.vdct.undo.ActionObject
isDone, redo, undo
-
-
-
-
Method Detail
-
getDescription
public String getDescription()
Insert the method's description here. Creation date: (3.5.2001 16:26:04)- Overrides:
getDescriptionin classCreateTemplatePropertyAction- Returns:
- java.lang.String
-
redoAction
protected void redoAction()
This method was created in VisualAge.- Overrides:
redoActionin classCreateTemplatePropertyAction
-
undoAction
protected void undoAction()
This method was created in VisualAge.- Overrides:
undoActionin classCreateTemplatePropertyAction
-
-