Ejemplo n.º 1
0
 /*
  * @see org.eclipse.jface.window.Window#configureShell(Shell)
  */
 protected void configureShell(Shell newShell) {
   super.configureShell(newShell);
   if (DLTKCore.DEBUG) {
     System.err.println("NewSourceFolderDialog: Add help support"); // $NON-NLS-1$
   }
   // PlatformUI.getWorkbench().getHelpSystem().setHelp(newShell,
   // IDLTKHelpContextIds.NEW_CONTAINER_DIALOG);
 }
Ejemplo n.º 2
0
 /*
  * @see org.eclipse.jface.window.Window#configureShell(Shell)
  */
 protected void configureShell(Shell newShell) {
   super.configureShell(newShell);
   // PlatformUI.getWorkbench().getHelpSystem().setHelp(newShell,
   // IJavaHelpContextIds.HISTORY_LIST_DIALOG);
 }
 /*
  * @see org.eclipse.jface.window.Window#configureShell(Shell)
  */
 protected void configureShell(Shell newShell) {
   super.configureShell(newShell);
   PlatformUI.getWorkbench()
       .getHelpSystem()
       .setHelp(newShell, IJavaHelpContextIds.EXCLUSION_PATTERN_DIALOG);
 }