Examples of ChooseExecutableFilesPage


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
Copyright © 2018 www.massapi.com. 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.