Package com.volantis.mcs.eclipse.builder.wizards.variants

Examples of com.volantis.mcs.eclipse.builder.wizards.variants.LayoutVariantSelectionCriteriaPage


*/
public class NewLayoutPolicyWizard extends NewVariablePolicyWizard {
    protected VariantWizardPage[] getVariantWizardPages() {
      IProject project = ResourcesPlugin.getWorkspace().getRoot().getProject();
        VariantWizardPage[] pages = {
            new LayoutVariantSelectionCriteriaPage(),
            new TargetSelectionPage(project, null)
        };
        return pages;
    }
View Full Code Here

TOP

Related Classes of com.volantis.mcs.eclipse.builder.wizards.variants.LayoutVariantSelectionCriteriaPage

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.