com.aelitis.azureus.ui.swt.search
Class SBC_SearchResult
java.lang.Object
   com.aelitis.azureus.ui.swt.search.SBC_SearchResult
com.aelitis.azureus.ui.swt.search.SBC_SearchResult
- All Implemented Interfaces: 
- SBC_SearchResultsView.ImageLoadListener, SearchSubsResultBase
- public class SBC_SearchResult 
- extends java.lang.Object- implements SearchSubsResultBase, SBC_SearchResultsView.ImageLoadListener
 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
SBC_SearchResult
public SBC_SearchResult(SBC_SearchResultsView _view,
                        Engine _engine,
                        Result _result)
getEngine
public Engine getEngine()
- 
 
- 
 
getName
public final java.lang.String getName()
- 
- Specified by:
- getNamein interface- SearchSubsResultBase
 
- 
 
getHash
public byte[] getHash()
- 
- Specified by:
- getHashin interface- SearchSubsResultBase
 
- 
 
getContentType
public int getContentType()
- 
- Specified by:
- getContentTypein interface- SearchSubsResultBase
 
- 
 
getSize
public long getSize()
- 
- Specified by:
- getSizein interface- SearchSubsResultBase
 
- 
 
getSeedsPeers
public java.lang.String getSeedsPeers()
- 
- Specified by:
- getSeedsPeersin interface- SearchSubsResultBase
 
- 
 
getSeedsPeersSortValue
public long getSeedsPeersSortValue()
- 
- Specified by:
- getSeedsPeersSortValuein interface- SearchSubsResultBase
 
- 
 
getVotesComments
public java.lang.String getVotesComments()
- 
- Specified by:
- getVotesCommentsin interface- SearchSubsResultBase
 
- 
 
getVotesCommentsSortValue
public long getVotesCommentsSortValue()
- 
- Specified by:
- getVotesCommentsSortValuein interface- SearchSubsResultBase
 
- 
 
getRank
public int getRank()
- 
- Specified by:
- getRankin interface- SearchSubsResultBase
 
- 
 
getTorrentLink
public java.lang.String getTorrentLink()
- 
- Specified by:
- getTorrentLinkin interface- SearchSubsResultBase
 
- 
 
getDetailsLink
public java.lang.String getDetailsLink()
- 
- Specified by:
- getDetailsLinkin interface- SearchSubsResultBase
 
- 
 
getCategory
public java.lang.String getCategory()
- 
- Specified by:
- getCategoryin interface- SearchSubsResultBase
 
- 
 
getTime
public long getTime()
- 
- Specified by:
- getTimein interface- SearchSubsResultBase
 
- 
 
getIcon
public org.eclipse.swt.graphics.Image getIcon()
- 
 
- 
 
getRead
public boolean getRead()
- 
- Specified by:
- getReadin interface- SearchSubsResultBase
 
- 
 
setRead
public void setRead(boolean read)
- 
- Specified by:
- setReadin interface- SearchSubsResultBase
 
- 
 
imageLoaded
public void imageLoaded(org.eclipse.swt.graphics.Image image)
- 
- Specified by:
- imageLoadedin interface- SBC_SearchResultsView.ImageLoadListener
 
- 
 
setUserData
public void setUserData(java.lang.Object key,
                        java.lang.Object data)
- 
- Specified by:
- setUserDatain interface- SearchSubsResultBase
 
- 
 
getUserData
public java.lang.Object getUserData(java.lang.Object key)
- 
- Specified by:
- getUserDatain interface- SearchSubsResultBase
 
-