Examples of OpenPreferencesAction


Examples of dk.contix.eclipse.hudson.views.actions.OpenPreferencesAction

    text.setText("The Hudson plugin has not yet been configured. Use the preferences page to configure.", false, false);

    Hyperlink link = toolkit.createHyperlink(form.getBody(), "Open preferences", SWT.WRAP);
    link.addHyperlinkListener(new IHyperlinkListener() {
      public void linkActivated(HyperlinkEvent e) {
        new OpenPreferencesAction(getSite().getShell()).run();
      }

      public void linkEntered(HyperlinkEvent e) {
      }
View Full Code Here

Examples of net.sphene.goim.rcp.ui.actions.OpenPreferencesAction

    } catch (CoreException e) {
      GOIMErrorDialog.openGOIMError(menuManager.getMenu().getShell(), "Error while creating Menu","An error occurred during creation of the global Menu",e);
      e.printStackTrace();
    }
   
    menuManager.add(new OpenPreferencesAction());
   
    menuManager.add(new Separator());
   
    menuManager.add(new ExitAction());
  }
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.