private static String getWindowId(IWorkbenchWindow source) {
   return "window " + Util.safeString(Integer.toString(source.hashCode() % 1000)); // $NON-NLS-1$
 }