Uses of Interface
org.xnap.search.SearchResult

Packages that use SearchResult
org.xnap.gui Provides interfaces and classes for the graphical user interface. 
org.xnap.gui.table Provides table model and table cell renderer classes including the tree table classes. 
org.xnap.plugin.bitzi   
org.xnap.plugin.freeway   
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.net   
org.xnap.search Provides interfaces and classes that enable searching for files. 
 

Uses of SearchResult in org.xnap.gui
 

Methods in org.xnap.gui that return SearchResult
 SearchResult SearchResultPanel.getSelectedResult()
          Returns the currently selected search result.
 SearchResult[] SearchResultPanel.getSelectedResults()
          Returns the currently selected search results.
 

Methods in org.xnap.gui with parameters of type SearchResult
 void SearchResultTreePanel.addToTree(SearchResult sr)
           
 

Uses of SearchResult in org.xnap.gui.table
 

Fields in org.xnap.gui.table declared as SearchResult
 SearchResult SearchResultWrapper.sr
           
 

Methods in org.xnap.gui.table with parameters of type SearchResult
 void SearchTableModel.group(SearchResult result)
          Groups results.
 

Constructors in org.xnap.gui.table with parameters of type SearchResult
SearchResultWrapper(SearchResult sr)
           
 

Uses of SearchResult in org.xnap.plugin.bitzi
 

Methods in org.xnap.plugin.bitzi with parameters of type SearchResult
 javax.swing.Action[] BitziPlugin.getActions(SearchResult[] results)
           
 

Constructors in org.xnap.plugin.bitzi with parameters of type SearchResult
BitziPlugin.LookupAction(SearchResult[] results)
           
 

Uses of SearchResult in org.xnap.plugin.freeway
 

Classes in org.xnap.plugin.freeway that implement SearchResult
 class FreewaySearchResult
           
 

Methods in org.xnap.plugin.freeway with parameters of type SearchResult
 boolean FreewaySearchResult.canGroup(SearchResult result)
           
 

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

Classes in org.xnap.plugin.gift.net that implement SearchResult
 class GiFTSearchResult
          GiFTSearchResult Metainfo for mp3: - album - artist - duration - bitrate - frequency - title - tracknumber
 class GiFTSearchResultContainer
           
 

Methods in org.xnap.plugin.gift.net with parameters of type SearchResult
 boolean GiFTSearchResult.canGroup(SearchResult result)
           
 

Uses of SearchResult in org.xnap.plugin.jtella
 

Classes in org.xnap.plugin.jtella that implement SearchResult
 class JTellaSearchResult
          This class is the default implementation for search results.
 class JTellaSearchResultContainer
          This class provides a container for JTellaSearchResult objects.
 

Methods in org.xnap.plugin.jtella with parameters of type SearchResult
 boolean JTellaSearchResult.canGroup(SearchResult result)
           
 

Uses of SearchResult in org.xnap.plugin.limewire
 

Classes in org.xnap.plugin.limewire that implement SearchResult
 class LimeWireSearchResult
          This class is the default implementation for search results.
 class LimeWireSearchResultContainer
          This class provides a container for LimeWireSearchResult objects.
 

Methods in org.xnap.plugin.limewire with parameters of type SearchResult
 boolean LimeWireSearchResult.canGroup(SearchResult result)
           
 

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

Classes in org.xnap.plugin.opennap.net that implement SearchResult
 class OpenNapSearchResult
          Immutable.
 class OpenNapSearchResultContainer
           
 

Methods in org.xnap.plugin.opennap.net with parameters of type SearchResult
 boolean OpenNapSearchResultContainer.add(SearchResult result)
           
 boolean OpenNapSearchResult.canGroup(SearchResult result)
           
 void OpenNapDownloadContainer.resultReceived(SearchResult result)
           
 void OpenNapMetaBrowse.resultReceived(SearchResult result)
           
 

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

Classes in org.xnap.plugin.overnet.net that implement SearchResult
 class OvernetSearchResult
           
 

Methods in org.xnap.plugin.overnet.net with parameters of type SearchResult
 boolean OvernetSearchResult.canGroup(SearchResult result)
           
 

Uses of SearchResult in org.xnap.search
 

Subinterfaces of SearchResult in org.xnap.search
 interface SearchResultContainer
          Defines the requirements for an object that can be used as result in a search (table).
 

Classes in org.xnap.search that implement SearchResult
 class AbstractSearchResult
          This class is the default implementation for search results.
 class AbstractSearchResultContainer
          Stores a list of SearchResult objects.
 class MetaInfoFileSearchResult
          This class stores a local search result.
 

Methods in org.xnap.search that return SearchResult
 SearchResult AbstractSearchResultContainer.getFirst()
           
 

Methods in org.xnap.search with parameters of type SearchResult
 boolean AbstractSearchResultContainer.add(SearchResult result)
          Adds result to the container.
 boolean SearchResultContainer.add(SearchResult result)
          Adds result to the container.
 boolean SearchResultHandler.add(SearchResult result)
          Called when a search result has been received.
 boolean AbstractSearchResultContainer.canGroup(SearchResult result)
           
 boolean MetaInfoFileSearchResult.canGroup(SearchResult result)
           
 boolean SearchResult.canGroup(SearchResult result)
          Returns true, if this object and result can be grouped together.
 javax.swing.Action[] SearchResultActionProvider.getActions(SearchResult[] results)
           
 boolean DefaultSearchFilter.matches(SearchResult result)
           
 boolean SearchFilter.matches(SearchResult result)
          Returns true, if the filter accepts result.
 void SearchContainer.resultReceived(SearchResult result)
          Invoked when result is received.
 void SearchController.resultReceived(SearchResult result)
           
 void SearchHandler.resultReceived(SearchResult result)
          Invoked when result is received.
 void AbstractSearchResultContainer.setPropertiesFrom(SearchResult result)
          Sets all properties of this container to result's properties.
 



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