Package net.sphene.goim.rcp.ui.wizard

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


//        }
        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

Related Classes of net.sphene.goim.rcp.ui.wizard.FirstStartWizardDialog

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.