Package org.springframework.ide.eclipse.roo.ui.internal.wizard

Examples of org.springframework.ide.eclipse.roo.ui.internal.wizard.NewRooProjectWizard


    this.shell = shell;
  }
 
  @Override
  public void run() {
    INewWizard wizard = new NewRooProjectWizard();
    wizard.init(PlatformUI.getWorkbench(), new StructuredSelection());
    WizardDialog dialog = new WizardDialog(shell, wizard);
    dialog.open();
  }
View Full Code Here

TOP

Related Classes of org.springframework.ide.eclipse.roo.ui.internal.wizard.NewRooProjectWizard

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.