Package org.cishell.templates.wizards.pages

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


       
        return bundlePropertiesPage;
    }
   
    private ChooseExecutableFilesPage createChooseExecutableFilesPage() {
      ChooseExecutableFilesPage chooseExecutableFilesPage =
        new ChooseExecutableFilesPage(CHOOSE_EXECUTABLE_FILES_PAGE_ID,
                        this.executableNameOption,
                        this);
        chooseExecutableFilesPage.setTitle("Choose Executable Files");
        chooseExecutableFilesPage.setDescription(
          "Choose the executable files and any files they depend on");
       
        return chooseExecutableFilesPage;
    }
View Full Code Here

TOP

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

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.