|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.xnap.search.AbstractSearch org.xnap.search.LibrarySearch
public class LibrarySearch
This class searches the local library
Nested Class Summary | |
---|---|
class |
LibrarySearch.SearchRunner
|
Constructor Summary | |
---|---|
LibrarySearch(SearchFilter filter)
Constructs the search object. |
Method Summary | |
---|---|
java.lang.String |
getStatus()
Returns a string that describes the current status. |
boolean |
isDone()
Returns true, if this search is finished and can not be started again. |
void |
start(SearchHandler handler)
Starts this search. |
void |
stop()
Cancels this search. |
Methods inherited from class org.xnap.search.AbstractSearch |
---|
getActions, getFilter, getName, showTree |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public LibrarySearch(SearchFilter filter)
filter
- the search filterMethod Detail |
---|
public java.lang.String getStatus()
Search
public boolean isDone()
Search
public void start(SearchHandler handler)
Search
handler
- the object that handles the resultspublic void stop()
Search
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |