Package com.aelitis.azureus.ui

Examples of com.aelitis.azureus.ui.UIFunctions.doSearch()


          "RPC"));
    } else if (OP_OPEN_SEARCH.equals(opid)) {
      Map decodedMap = message.getDecodedMap();
      UIFunctions uif = UIFunctionsManager.getUIFunctions();
      if (uif != null) {
        uif.doSearch(MapUtils.getMapString(decodedMap, "search-text", ""));
      }
    } else if (OP_REGISTER.equals(opid)) {
      FeatureManagerUI.openLicenceEntryWindow(false, null);
    } else {
      throw new IllegalArgumentException("Unknown operation: " + opid);
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.