Package com.aelitis.azureus.ui.swt.mdi

Examples of com.aelitis.azureus.ui.swt.mdi.BaseMdiEntry


  private static void refreshBrowser(final String browserID) {
    Utils.execSWTThread(new AERunnable() {
      public void runSupport() {
        MultipleDocumentInterfaceSWT mdi = UIFunctionsManagerSWT.getUIFunctionsSWT().getMDISWT();

        BaseMdiEntry entry = (BaseMdiEntry) mdi.getEntrySWT(browserID);
        //MdiEntrySWT entry = mdi.getEntrySWT(browserID);  // Use when UIs merged
        SWTSkinObjectBrowser soBrowser = SWTSkinUtils.findBrowserSO(entry.getSkinObject());

        if (soBrowser != null) {
          soBrowser.refresh();
          return;
        }
View Full Code Here

TOP

Related Classes of com.aelitis.azureus.ui.swt.mdi.BaseMdiEntry

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.