Package org.cishell.templates.wizards.pages

Examples of org.cishell.templates.wizards.pages.SpecifyTemplateStringPage


        return inputAndOutputDataPage;
    }
   
    private SpecifyTemplateStringPage createTemplateStringPage() {
      SpecifyTemplateStringPage specifyTemplateStringPage =
        new SpecifyTemplateStringPage(
          SPECIFY_TEMPLATE_STRING_PAGE_ID,
          projectParametersPage,
          inputAndOutputDataPage,
          this.templateStringOption);
        specifyTemplateStringPage.setTitle("Template String");
        specifyTemplateStringPage.setDescription(
          "Enter the Template String Used to Execute Your Program");

        return specifyTemplateStringPage;
    }
View Full Code Here

TOP

Related Classes of org.cishell.templates.wizards.pages.SpecifyTemplateStringPage

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.