Uses of Interface
org.xnap.search.SearchProvider

Packages that use SearchProvider
org.xnap.gui Provides interfaces and classes for the graphical user interface. 
org.xnap.plugin.freeway   
org.xnap.plugin.gift   
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.search Provides interfaces and classes that enable searching for files. 
 

Uses of SearchProvider in org.xnap.gui
 

Methods in org.xnap.gui with parameters of type SearchProvider
 void AdvancedSearchQueryPanel.addOptionsPanel(SearchProvider provider, SearchOptionsPanel panel)
           
 void SimpleSearchQueryPanel.providerAdded(SearchProvider provider)
          Invoked by the SearchPanel when a SearchProvider has been added.
 void SimpleSearchQueryPanel.providerRemoved(SearchProvider provider)
          Invoked by the SearchPanel when a SearchProvider has been removed.
 void AdvancedSearchQueryPanel.removeOptionsPanel(SearchProvider provider)
           
 

Uses of SearchProvider in org.xnap.plugin.freeway
 

Classes in org.xnap.plugin.freeway that implement SearchProvider
 class FreewayPlugin
           
 

Uses of SearchProvider in org.xnap.plugin.gift
 

Classes in org.xnap.plugin.gift that implement SearchProvider
 class GiFTPlugin
          GiFTPlugin
 

Uses of SearchProvider in org.xnap.plugin.jtella
 

Classes in org.xnap.plugin.jtella that implement SearchProvider
 class JTellaPlugin
          Provides a gnutella network plugin based on the jtella library.
 

Uses of SearchProvider in org.xnap.plugin.limewire
 

Classes in org.xnap.plugin.limewire that implement SearchProvider
 class LimeWireSearchManager
           
 

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

Classes in org.xnap.plugin.opennap.net that implement SearchProvider
 class OpenNapSearchManager
           
 

Uses of SearchProvider in org.xnap.plugin.overnet
 

Classes in org.xnap.plugin.overnet that implement SearchProvider
 class OvernetPlugin
          Provides a plugin that can control an overnet core.
 

Uses of SearchProvider in org.xnap.search
 

Classes in org.xnap.search that implement SearchProvider
 class SearchProviderContainer
           
 

Methods in org.xnap.search with parameters of type SearchProvider
 void SearchManager.add(SearchProvider provider)
          Adds provider to the list of available search providers.
 void SearchProviderContainer.add(SearchProvider provider)
           
 void SearchManager.remove(SearchProvider provider)
          Removes provider from the list of available search providers.
 void SearchProviderContainer.remove(SearchProvider provider)
           
 



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