This class may be instantiated; it is not intended to be subclassed.
99100101102103104105106
* @param isProject */ public NewWizardMenu(IWorkbenchWindow window, String id, boolean isProject) { super(window, id); newExampleAction = new NewExampleAction(window); newProjectAction = new NewProjectAction(window); this.isProject = isProject; }