Package dk.contix.eclipse.hudson.views.actions

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

TOP

Related Classes of dk.contix.eclipse.hudson.views.actions.OpenPreferencesAction

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.