this.targetPart = targetPart;
}
public void run(IAction action) {
if (!connected) {
JoinGroupWizard wizard = new JoinGroupWizard(resource, PlatformUI
.getWorkbench(), connectID);
Shell shell = null;
if (targetPart == null) {
shell = (window == null)?null:window.getShell();
} else {