Examples of refreshCoreToolBarItems()


Examples of com.aelitis.azureus.ui.swt.views.skin.ToolBarView.refreshCoreToolBarItems()

  // @see com.aelitis.azureus.ui.UIFunctions#refreshIconBar()
  public void refreshIconBar() {
    try {
      ToolBarView tb = (ToolBarView) SkinViewManager.getByClass(ToolBarView.class);
      if (tb != null) {
        tb.refreshCoreToolBarItems();
      }

    } catch (Exception e) {
      Logger.log(new LogEvent(LOGID, "refreshIconBar", e));
    }
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.