Package org.objectstyle.wolips.wizards.template

Examples of org.objectstyle.wolips.wizards.template.TemplateInputsWizardPage


    this();
    _projectTemplate = ProjectTemplate.loadProjectTemplateNamed(ProjectTemplate.PROJECT_TEMPLATES, projectTemplateName);
    if (_projectTemplate == null) {
      throw new IllegalArgumentException("There was no project template with the name '" + projectTemplateName + "'.");
    }
    _templateInputsWizardPage = new TemplateInputsWizardPage();
    _templateInputsWizardPage.setProjectTemplate(_projectTemplate);
  }
View Full Code Here

TOP

Related Classes of org.objectstyle.wolips.wizards.template.TemplateInputsWizardPage

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.