Uses of Interface
org.xnap.search.Search

Packages that use Search
org.xnap.gui Provides interfaces and classes for the graphical user interface. 
org.xnap.plugin.freeway   
org.xnap.plugin.gift   
org.xnap.plugin.gift.net   
org.xnap.plugin.jtella A Gnutella plugin based on the JTella library. 
org.xnap.plugin.limewire   
org.xnap.plugin.opennap.net Provides the OpenNap network communication classes for search, transfer and chat. 
org.xnap.plugin.overnet   
org.xnap.plugin.overnet.net   
org.xnap.search Provides interfaces and classes that enable searching for files. 
 

Uses of Search in org.xnap.gui
 

Methods in org.xnap.gui with parameters of type Search
 void SearchPanel.handle(Search search)
           
protected  void SearchResultPanel.initialize(Search search, java.lang.String table, boolean addTable)
           
 

Constructors in org.xnap.gui with parameters of type Search
SearchResultPanel(SearchPanel parent, Search search)
           
SearchResultPanel(SearchPanel parent, Search search, java.lang.String table, boolean addTable)
          Invoked by SearchResultTreePanel.
SearchResultTreePanel(SearchPanel parent, Search search)
           
 

Uses of Search in org.xnap.plugin.freeway
 

Classes in org.xnap.plugin.freeway that implement Search
 class FreewaySearch
           
 

Methods in org.xnap.plugin.freeway that return Search
 Search FreewayPlugin.search(SearchFilter filter)
           
 

Uses of Search in org.xnap.plugin.gift
 

Methods in org.xnap.plugin.gift that return Search
 Search GiFTPlugin.search(SearchFilter filter)
           
 

Uses of Search in org.xnap.plugin.gift.net
 

Classes in org.xnap.plugin.gift.net that implement Search
 class GiFTSearch
          GiFTSearch
 

Uses of Search in org.xnap.plugin.jtella
 

Classes in org.xnap.plugin.jtella that implement Search
 class JTellaSearch
          Implements a jtella search session.
 

Methods in org.xnap.plugin.jtella that return Search
 Search JTellaPlugin.search(SearchFilter filter)
          Creates and returns a JTellaSearch object.
 

Uses of Search in org.xnap.plugin.limewire
 

Subinterfaces of Search in org.xnap.plugin.limewire
 interface LimeWireSearch
          Defines the requirements for limewire searches and browses
 

Classes in org.xnap.plugin.limewire that implement Search
 class DefaultLimeWireSearch
          Implements a limewire search session.
 class LimeWireBrowse
          Implements a limewire search session.
 

Methods in org.xnap.plugin.limewire that return Search
 Search LimeWireSearchManager.search(SearchFilter filter)
          Invoked when a search is requested.
 

Uses of Search in org.xnap.plugin.opennap.net
 

Subinterfaces of Search in org.xnap.plugin.opennap.net
 interface OpenNapBrowseInterface
          Defines the requirements for classes for OpenNap browses.
 

Classes in org.xnap.plugin.opennap.net that implement Search
 class OpenNapBrowse
          Implements an OpenNap search on set of servers.
 class OpenNapDirectBrowse
           
 class OpenNapMetaBrowse
          Implements an OpenNap search on set of servers.
 class OpenNapSearch
          Implements an OpenNap search on a set of servers.
 

Methods in org.xnap.plugin.opennap.net that return Search
 Search OpenNapSearchManager.search(SearchFilter filter)
          Invoked when a search is requested.
 

Methods in org.xnap.plugin.opennap.net with parameters of type Search
 void OpenNapDownloadContainer.stateChanged(Search search)
          Invoked when the state of search changes.
 void OpenNapMetaBrowse.stateChanged(Search search)
          Invoked when the state of search changes.
 

Uses of Search in org.xnap.plugin.overnet
 

Methods in org.xnap.plugin.overnet that return Search
 Search OvernetPlugin.search(SearchFilter filter)
           
 

Uses of Search in org.xnap.plugin.overnet.net
 

Classes in org.xnap.plugin.overnet.net that implement Search
 class OvernetSearch
           
 

Uses of Search in org.xnap.search
 

Classes in org.xnap.search that implement Search
 class AbstractSearch
          This class is the default implementation for searches.
 class LibrarySearch
          This class searches the local library
 class SearchContainer
           
 

Methods in org.xnap.search that return Search
 Search SearchController.getSearch()
          Returns the search object that is controlled by this controller.
 Search SearchProvider.search(SearchFilter filter)
          Invoked when a search is requested.
 Search SearchProviderContainer.search(SearchFilter filter)
          Returns a container that searches all providers.
 Search SearchManager.searchAll(SearchFilter filter)
          Returns a new SearchContainer that searches all networks.
 

Methods in org.xnap.search with parameters of type Search
 void SearchContainer.add(Search search)
           
 void SearchManager.handle(Search search)
          Asks the search manager to handle search.
 void SearchManagerListener.handle(Search search)
          Invoked when search was added to the SearchManager.
 void SearchContainer.stateChanged(Search search)
          Invoked when the state of search changes.
 void SearchController.stateChanged(Search search)
           
 void SearchHandler.stateChanged(Search search)
          Invoked when the state of search changes.
 

Constructors in org.xnap.search with parameters of type Search
SearchController(Search search, ListListener llResults, StatusListener slStatus)
           
 



Copyright © 2001-2005 XNap Team. All Rights Reserved.