Package org.springframework.ide.eclipse.config.ui.wizards

Examples of org.springframework.ide.eclipse.config.ui.wizards.AbstractConfigWizard.initialize()


          @Override
          public void linkActivated(HyperlinkEvent e) {
            try {
              AbstractConfigWizard wizard = (AbstractConfigWizard) def
                  .createExecutableExtension(CommonActionsExtensionPointConstants.ATTR_CLASS);
              wizard.initialize(getFormPage().getEditor().getResourceFile(), getFormPage().getEditor()
                  .getDomDocument(), def
                  .getAttribute(CommonActionsExtensionPointConstants.ATTR_NAMESPACE_URI));
              Shell shell = PlatformUI.getWorkbench().getActiveWorkbenchWindow().getShell();
              if (shell != null && !shell.isDisposed()) {
                WizardDialog dialog = new WizardDialog(shell, wizard);
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.