Package com.cosylab.vdct.events.commands
Class ShowMorphingDialog
- java.lang.Object
-
- com.cosylab.vdct.events.Command
-
- com.cosylab.vdct.events.commands.ShowMorphingDialog
-
public class ShowMorphingDialog extends Command
Insert the class' description here. Creation date: (3.2.2001 19:37:21)- Author:
- ilist
-
-
Constructor Summary
Constructors Constructor Description ShowMorphingDialog(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
getName()
String
getOldType()
Object[]
getTargets()
void
setName(String string)
void
setOldType(String string)
void
setTargets(Object[] targets)
-
-
-
Constructor Detail
-
ShowMorphingDialog
public ShowMorphingDialog(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)
-
getOldType
public String getOldType()
- Returns:
- something
-
setOldType
public void setOldType(String string)
- Parameters:
string
- string
-
getName
public String getName()
- Returns:
- something
-
setName
public void setName(String string)
- Parameters:
string
- string
-
getTargets
public Object[] getTargets()
- Returns:
- Returns the targets.
-
setTargets
public void setTargets(Object[] targets)
- Parameters:
targets
- The targets to set.
-
-