com.cosylab.vdct.events.commands
Class ShowNewDialog

java.lang.Object
  extended by com.cosylab.vdct.events.Command
      extended by com.cosylab.vdct.events.commands.ShowNewDialog

public class ShowNewDialog
extends Command

Insert the class' description here. Creation date: (3.2.2001 19:37:21)

Author:

Constructor Summary
ShowNewDialog(VisualDCT visualDCT)
          Insert the method's description here.
 
Method Summary
 void execute()
          Insert the method's description here.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ShowNewDialog

public ShowNewDialog(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