Package org.apache.ivyde.internal.eclipse.ui

Examples of org.apache.ivyde.internal.eclipse.ui.NewIvyDEContainerWizard


        Object o = s.getFirstElement();
        if (o instanceof IFile) {
            IFile f = (IFile) o;
            IJavaProject javaProject = JavaCore.create(f.getProject());
            WizardDialog dialog = new WizardDialog(IvyPlugin.getActiveWorkbenchShell(),
                    new NewIvyDEContainerWizard(javaProject, f));
            dialog.open();
        }

        return null;
    }
View Full Code Here

TOP

Related Classes of org.apache.ivyde.internal.eclipse.ui.NewIvyDEContainerWizard

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.