Package com.cosylab.vdct.events.commands
Class ShowRenameDialog
- java.lang.Object
-
- com.cosylab.vdct.events.Command
-
- com.cosylab.vdct.events.commands.ShowRenameDialog
-
public class ShowRenameDialog extends Command
Insert the class' description here. Creation date: (3.2.2001 19:37:21)- Author:
- cosylab
-
-
Constructor Summary
Constructors Constructor Description ShowRenameDialog(VisualDCT visualDCT)
Insert the method's description here.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
execute()
Insert the method's description here.String
getOldName()
Insert the method's description here.void
setOldName(String newOldName)
Insert the method's description here.
-
-
-
Constructor Detail
-
ShowRenameDialog
public ShowRenameDialog(VisualDCT visualDCT)
Insert the method's description here. Creation date: (29.12.2000 12:37:58)- Parameters:
visualDCT
- visualDCT
-
-
Method Detail
-
execute
public void execute()
Insert the method's description here. Creation date: (29.12.2000 12:37:43)
-
getOldName
public String getOldName()
Insert the method's description here. Creation date: (3.5.2001 10:12:43)- Returns:
- java.lang.String
-
setOldName
public void setOldName(String newOldName)
Insert the method's description here. Creation date: (3.5.2001 10:12:43)- Parameters:
newOldName
- java.lang.String
-
-