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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ShowMorphingDialog
public ShowMorphingDialog(VisualDCT visualDCT)
- Insert the method's description here.
Creation date: (29.12.2000 12:37:58)
execute
public void execute()
- Insert the method's description here.
Creation date: (29.12.2000 12:37:43)
- Specified by:
execute
in class Command
getOldType
public java.lang.String getOldType()
- Returns:
setOldType
public void setOldType(java.lang.String string)
- Parameters:
string
-
getName
public java.lang.String getName()
- Returns:
setName
public void setName(java.lang.String string)
- Parameters:
string
-
getTargets
public java.lang.Object[] getTargets()
- Returns:
- Returns the targets.
setTargets
public void setTargets(java.lang.Object[] targets)
- Parameters:
targets
- The targets to set.