package org.jboss.tools.jst.reddeer.wst.html.ui.wizard; import org.jboss.reddeer.jface.wizard.NewWizardDialog; /** * Wizard dialog for creating a HTML File. * @author vpakan */ public class NewHTMLFileWizardDialog extends NewWizardDialog { /** * Constructs the wizard with Web > HTML File. */ public NewHTMLFileWizardDialog() { super("Web", "HTML File"); } }