Package com.cosylab.vdct.events.commands
Class SetWorkspaceGroup
- java.lang.Object
-
- com.cosylab.vdct.events.Command
-
- com.cosylab.vdct.events.commands.SetWorkspaceGroup
-
public class SetWorkspaceGroup extends Command
Insert the type's description here. Creation date: (29.12.2000 12:37:43)- Author:
- cosylab
-
-
Constructor Summary
Constructors Constructor Description SetWorkspaceGroup(VisualDCT visualDCT)
Insert the method's description here.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
execute()
Insert the method's description here.void
setGroup(String group)
Insert the method's description here.
-
-
-
Constructor Detail
-
SetWorkspaceGroup
public SetWorkspaceGroup(VisualDCT visualDCT)
Insert the method's description here. Creation date: (29.12.2000 12:37:58)- Parameters:
visualDCT
- visualDCT
-
-
Method Detail
-
execute
public void execute()
Insert the method's description here. Creation date: (29.12.2000 12:37:43)
-
setGroup
public void setGroup(String group)
Insert the method's description here. Creation date: (29.12.2000 12:39:32)- Parameters:
group
- java.lang.String
-
-