Package de.innovationgate.eclipse.wgadesigner.team

Examples of de.innovationgate.eclipse.wgadesigner.team.WGARemoteServerSynchronizationWizard


  public void setActivePart(IAction action, IWorkbenchPart targetPart) {
  }

  public void run(IAction action) {
    if (_wgaRuntime != null) {
      WGARemoteServerSynchronizationWizard wizard = new WGARemoteServerSynchronizationWizard(_wgaRuntime);     
      WizardDialog dialog = new WizardDialog(WGADesignerPlugin.getDefault().getWorkbench().getActiveWorkbenchWindow().getShell(), wizard);
      dialog.open();
    }
  }
View Full Code Here

TOP

Related Classes of de.innovationgate.eclipse.wgadesigner.team.WGARemoteServerSynchronizationWizard

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.