|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.xnap.plugin.limewire.LimeWireBrowse
public class LimeWireBrowse
Implements a limewire search session.
| Constructor Summary | |
|---|---|
LimeWireBrowse(java.lang.String host,
int port,
com.limegroup.gnutella.GUID guid,
com.limegroup.gnutella.GUID clientGUID,
com.sun.java.util.collections.Set proxies)
|
|
| Method Summary | |
|---|---|
void |
failed()
|
javax.swing.Action[] |
getActions()
Returns null. |
SearchFilter |
getFilter()
Returns the search filter that was used to find the results. |
java.lang.String |
getName()
Returns a string that should be shown to the user. |
java.lang.String |
getStatus()
Returns a string that describes the current status. |
boolean |
isDone()
Returns true, if this search can not be canceled. |
void |
received(LimeWireSearchResult result)
|
boolean |
showTree()
Returns true, if a tree should be shown next to search results. |
void |
start(SearchHandler handler)
Starts this search. |
void |
stop()
Cancels this search. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public LimeWireBrowse(java.lang.String host,
int port,
com.limegroup.gnutella.GUID guid,
com.limegroup.gnutella.GUID clientGUID,
com.sun.java.util.collections.Set proxies)
| Method Detail |
|---|
public javax.swing.Action[] getActions()
null.
getActions in interface Searchpublic java.lang.String getStatus()
getStatus in interface Searchpublic boolean isDone()
isDone in interface Searchpublic void received(LimeWireSearchResult result)
received in interface LimeWireSearchpublic void start(SearchHandler handler)
start in interface Searchhandler - the object that handles the resultspublic void stop()
stop in interface Searchpublic void failed()
failed in interface LimeWireSearchxnap.plugin.limewire.LimeWireSearch#failed()public SearchFilter getFilter()
Search
getFilter in interface Searchxnap.search.Search#getFilter()public java.lang.String getName()
Search
getName in interface Searchxnap.search.Search#getName()public boolean showTree()
Search
showTree in interface Searchxnap.search.Search#showTree()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||