Package org.jboss.tools.jmx.ui.internal.actions

Examples of org.jboss.tools.jmx.ui.internal.actions.RefreshAction.run()


  public void fireRefresh() {
    Display.getDefault().syncExec(new Runnable() {
      @Override
      public void run() {
        RefreshAction ra = new RefreshAction(UIHelper.ID_JMX_EXPORER);
        ra.run();
      }
    });
  }
 
  /* (non-Javadoc)
 
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.