com.cosylab.vdct.events.commands
Class ShowMorphingDialog

java.lang.Object
  extended by com.cosylab.vdct.events.Command
      extended by 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
ShowMorphingDialog(VisualDCT visualDCT)
          Insert the method's description here.
 
Method Summary
 void execute()
          Insert the method's description here.
 java.lang.String getName()
           
 java.lang.String getOldType()
           
 java.lang.Object[] getTargets()
           
 void setName(java.lang.String string)
           
 void setOldType(java.lang.String string)
           
 void setTargets(java.lang.Object[] targets)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ShowMorphingDialog

public ShowMorphingDialog(VisualDCT visualDCT)
Insert the method's description here. Creation date: (29.12.2000 12:37:58)

Method Detail

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.