Package com.aelitis.azureus.ui.mdi

Examples of com.aelitis.azureus.ui.mdi.MultipleDocumentInterface.showEntryByID()


    MenuFactory.addMenuItem(helpMenu, PREFIX_V3 + ".getting_started",
        new Listener() {
          public void handleEvent(Event event) {
            MultipleDocumentInterface mdi = UIFunctionsManager.getUIFunctions().getMDI();
            if (mdi != null) {
              mdi.showEntryByID(SideBar.SIDEBAR_SECTION_WELCOME);
            }
          }
        });

    MenuFactory.addHelpSupportMenuItem(
View Full Code Here


        } else {
          SBC_BurnFTUX.setSourceRef(sourceRef2);
        }
      }
    }
    mdi.showEntryByID(tabID);
  }

  /**
   *
   */
 
View Full Code Here

        Subscription sub = (Subscription) cell.getDataSource();
        if(sub != null && !sub.isSearchTemplate()){
          String key = "Subscription_" + ByteFormatter.encodeString(sub.getPublicKey());
          MultipleDocumentInterface mdi = UIFunctionsManager.getUIFunctions().getMDI();
          if (mdi != null) {
            mdi.showEntryByID(key);
          }
        }
      }
    }
   
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.