rangeActionGroup.fillContextMenu(menuMgr1);
rangeActionGroup.setContext(null);
// Add actions for single ElementEditPart's that are common
// to all
final SingleElementActionGroup singleActionGroup =
new SingleElementActionGroup();
singleActionGroup.setContext(new ActionContext(_viewer
.getSelection()));
singleActionGroup.fillContextMenu(menuMgr1);
singleActionGroup.setContext(null);
// add "Show In" actions...
final RelatedViewActionGroup viewMenu = new RelatedViewActionGroup(getEditDomain());
context = new ActionContext(_viewer.getSelection());
viewMenu.setContext(context);