addToGroupItem.setMenu(addToGroup);
MenuItem createGroup = new MenuItem(addToGroup,SWT.PUSH);
createGroup.setText("New Group");
createGroup.setData("constant",true);
new MenuItem(addToGroup,SWT.SEPARATOR).setData("constant",true);
createGroup.addListener(SWT.Selection,new Listener() {
public void handleEvent(Event event) {
InputDialog dialog = new InputDialog(
addToGroup.getShell(),
"Create Group",
"Name for the newly created Group",