org.xnap.plugin.opennap.net
Class OpenNapSearchResultContainer

java.lang.Object
  extended by org.xnap.search.AbstractSearchResultContainer
      extended by org.xnap.plugin.opennap.net.OpenNapSearchResultContainer
All Implemented Interfaces:
SearchResult, SearchResultContainer

public class OpenNapSearchResultContainer
extends AbstractSearchResultContainer


Field Summary
 
Fields inherited from class org.xnap.search.AbstractSearchResultContainer
results
 
Fields inherited from interface org.xnap.search.SearchResult
BITRATE, FREQUENCY, HIDE_PREFIX, LENGTH, MD5, SHA1, URN
 
Constructor Summary
OpenNapSearchResultContainer()
           
 
Method Summary
 boolean add(SearchResult result)
          Adds result to the container.
 javax.swing.Action[] getActions()
          Returns the actions for this search result.
 OpenNapSearchResult[] getResults()
           
 
Methods inherited from class org.xnap.search.AbstractSearchResultContainer
canGroup, createContainer, get, getAvailability, getChildCount, getFilename, getFilesize, getFirst, getHash, getIcon, getPath, getPeer, getPlugin, getShortFilename, getSourcesCount, iterator, keys, setPropertiesFrom
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OpenNapSearchResultContainer

public OpenNapSearchResultContainer()
Method Detail

add

public boolean add(SearchResult result)
Description copied from class: AbstractSearchResultContainer
Adds result to the container.

Specified by:
add in interface SearchResultContainer
Overrides:
add in class AbstractSearchResultContainer

getActions

public javax.swing.Action[] getActions()
Description copied from interface: SearchResult
Returns the actions for this search result.


getResults

public OpenNapSearchResult[] getResults()


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