Package net.sphene.goim.rcp.ui.dialogs

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


      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

Related Classes of net.sphene.goim.rcp.ui.dialogs.GOIMAboutDialog

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.