org.xnap.search
Interface SearchResultContainer

All Superinterfaces:
SearchResult
All Known Implementing Classes:
AbstractSearchResultContainer, GiFTSearchResultContainer, JTellaSearchResultContainer, LimeWireSearchResultContainer, OpenNapSearchResultContainer

public interface SearchResultContainer
extends SearchResult

Defines the requirements for an object that can be used as result in a search (table).


Field Summary
 
Fields inherited from interface org.xnap.search.SearchResult
BITRATE, FREQUENCY, HIDE_PREFIX, LENGTH, MD5, SHA1, URN
 
Method Summary
 boolean add(SearchResult result)
          Adds result to the container.
 
Methods inherited from interface org.xnap.search.SearchResult
canGroup, createContainer, get, getActions, getAvailability, getFilename, getFilesize, getHash, getIcon, getPath, getPeer, getPlugin, getShortFilename, getSourcesCount, keys
 

Method Detail

add

boolean add(SearchResult result)
Adds result to the container. Returns true, if the result was added.



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