|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IMCATSearchView
Author: Mathew Wyatt Organisation: James Cook University Date: Nov 26, 2007 Time: 5:28:03 PM
| Method Summary | |
|---|---|
void |
addAdvancedSearchListener(java.awt.event.ActionListener actionListener)
Listeners for advanced searches |
void |
addRevealSearchResultListener(java.awt.event.ActionListener actionListener)
Actionlistener notified when the view wants to have a search result item revealed in a browser |
void |
addSimpleQueryStringListener(java.awt.event.ActionListener actionListener)
Listeners for when a new query string needs to be processed |
SearchResultItem |
getItemToReveal()
Get the currently selected item to reveal in a browser |
java.util.ArrayList<Condition> |
getSearchConditions()
Get the advanced search key,value pairs and their conditions |
java.lang.String |
getSimpleQueryString()
Returns the simple query string the user wants processed |
void |
setQueryResults(SearchResultItem[] queryResults)
Set the results of a query |
void |
setSearchEnabled(boolean enabled)
Sets the search box to be searchable |
| Method Detail |
|---|
void addSimpleQueryStringListener(java.awt.event.ActionListener actionListener)
actionListener - java.lang.String getSimpleQueryString()
void setQueryResults(SearchResultItem[] queryResults)
queryResults - java.util.ArrayList<Condition> getSearchConditions()
void addAdvancedSearchListener(java.awt.event.ActionListener actionListener)
actionListener - void addRevealSearchResultListener(java.awt.event.ActionListener actionListener)
actionListener - SearchResultItem getItemToReveal()
void setSearchEnabled(boolean enabled)
enabled -
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||