com.cosylab.vdct.events.commands
Class SetWorkspaceFile

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

public class SetWorkspaceFile
extends Command


Constructor Summary
SetWorkspaceFile(VisualDCT visualDCT)
           
 
Method Summary
 void execute()
          Insert the method's description here.
 void setFile(java.io.File file)
           
 void setFilename(java.lang.String fileName)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SetWorkspaceFile

public SetWorkspaceFile(VisualDCT visualDCT)
Method Detail

execute

public void execute()
Description copied from class: Command
Insert the method's description here. Creation date: (18.12.2000 15:23:25)

Specified by:
execute in class Command

setFile

public void setFile(java.io.File file)

setFilename

public void setFilename(java.lang.String fileName)