* the identifier for this contribution item
* @param isProject
*/
public NewWizardMenu(IWorkbenchWindow window, String id, boolean isProject) {
super(window, id);
newExampleAction = new NewExampleAction(window);
newProjectAction = new NewProjectAction(window);
this.isProject = isProject;
}