/**
  * @param part
  * @param point
  */
 protected void showPaneMenu(IPresentablePart part, Point point) {
   systemMenuManager.update(false);
   Menu aMenu = systemMenuManager.createContextMenu(tabFolder.getParent());
   aMenu.setLocation(point.x, point.y);
   aMenu.setVisible(true);
 }