Package org.dcarew.hudson.utils

Examples of org.dcarew.hudson.utils.LabelContributionItem


   
    WorkbenchWindow window = (WorkbenchWindow)windows[0];
   
    final StatusLineManager statusLineManager = window.getStatusLineManager();
   
    label = new LabelContributionItem(HudsonPlugin.PLUGIN_ID + ".statusContribution", new LabelMenuCreator());
    label.setDoubleClickAction(new Action("doubleClick") {
      public void run() {
        handleDoubleClick();
      }
    });
View Full Code Here

TOP

Related Classes of org.dcarew.hudson.utils.LabelContributionItem

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.