Package com.cosylab.vdct.events.commands
Class SetWorkspaceFile
- java.lang.Object
-
- com.cosylab.vdct.events.Command
-
- com.cosylab.vdct.events.commands.SetWorkspaceFile
-
public class SetWorkspaceFile extends Command
-
-
Constructor Summary
Constructors Constructor Description SetWorkspaceFile(VisualDCT visualDCT)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
execute()
Insert the method's description here.void
setFile(File file)
void
setFilename(String fileName)
-
-
-
Constructor Detail
-
SetWorkspaceFile
public SetWorkspaceFile(VisualDCT visualDCT)
- Parameters:
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)
-
setFile
public void setFile(File file)
- Parameters:
file
- file
-
setFilename
public void setFilename(String fileName)
- Parameters:
fileName
- fileName
-
-