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:
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 |
DeleteTemplatePropertyAction
public DeleteTemplatePropertyAction(Template object,
java.lang.String name,
java.lang.String value)
- DeleteAction constructor comment.
- Parameters:
object
- com.cosylab.vdct.graphics.objects.VisibleObject
getDescription
public java.lang.String getDescription()
- Insert the method's description here.
Creation date: (3.5.2001 16:26:04)
- Overrides:
getDescription
in class CreateTemplatePropertyAction
- Returns:
- java.lang.String
redoAction
protected void redoAction()
- This method was created in VisualAge.
- Overrides:
redoAction
in class CreateTemplatePropertyAction
undoAction
protected void undoAction()
- This method was created in VisualAge.
- Overrides:
undoAction
in class CreateTemplatePropertyAction