Examples of FirstStartWizardDialog


Examples of net.sphene.goim.rcp.ui.wizard.FirstStartWizardDialog

  /* (non-Javadoc)
   * @see org.eclipse.jface.action.Action#run()
   */
  @Override
  public void run() {
    new FirstStartWizardDialog(PlatformUI.getWorkbench().getActiveWorkbenchWindow().getShell()).open();
  }
View Full Code Here

Examples of net.sphene.goim.rcp.ui.wizard.FirstStartWizardDialog

//        }
        GOIMPlugin.getDefault().openRemainingContactLists();
        GOIMPlugin.getDefault().openTrayIcon();
        //new SuccessfulConfiguration(null).open();
        if(GOIMPlugin.getAccountList().size() < 1) {
          new FirstStartWizardDialog(PlatformUI.getWorkbench().getActiveWorkbenchWindow().getShell()).open();
//          PreferenceDialog dialog = PreferencesUtil.createPreferenceDialogOn(PlatformUI.getWorkbench().getActiveWorkbenchWindow().getShell(), GOIMAccountPreferences.ID, new String[] { GOIMPreferencePage.ID,GOIMAccountPreferences.ID, GOIMGames.ID, Icons.ID }, null);
//          dialog.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.