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();
}
}