Package com.halware.nakedide.eclipse.core.wiz.proj.common.pages

Examples of com.halware.nakedide.eclipse.core.wiz.proj.common.pages.GenerateExampleCodePage


        projectProvider = new MainPageProjectProvider();
        manifestPage = new CommonProjectManifestPage(
                "bundleInfo", projectProvider, mainPage, pluginData); //$NON-NLS-1$
        addPage(manifestPage);
       
        generateExampleCodePage = new GenerateExampleCodePage("generate", getGenerateSampleCodePageTitle(), getGenerateSampleCodePageDescription());
        addPage(generateExampleCodePage);
    }
View Full Code Here

TOP

Related Classes of com.halware.nakedide.eclipse.core.wiz.proj.common.pages.GenerateExampleCodePage

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.