Examples of GOIMAboutDialog


Examples of net.sphene.goim.rcp.ui.dialogs.GOIMAboutDialog

    super("About GOIM");
  }

  @Override
  public void run() {
    new GOIMAboutDialog(PlatformUI.getWorkbench()
        .getActiveWorkbenchWindow().getShell()).open();
  }
View Full Code Here

Examples of net.sphene.goim.rcp.ui.dialogs.GOIMAboutDialog

      setId("aboutdialog");
      setActionDefinitionId("org.eclipse.ui.about.AboutDialog"); //$NON-NLS-1$
    }
    public void run() {
      if(workbenchWindow == null) return;
      new GOIMAboutDialog(workbenchWindow.getShell()).open();
    }
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.