/* * @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); }
/* * @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); }