|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface AutoSuggestProvider
A class that provides auto-completion suggestions for JAutoSuggest
| Method Summary | |
|---|---|
void |
clear()
reset all suggestions |
int |
getMaxNrSuggestions()
Get the maximun nr of suggestions |
Vector<String> |
getSuggestion(String userInput)
get a list of suggestions for a userInput |
void |
setMaxNrSuggestions(int maxNrSuggestions)
set the maximum number of suggestions to return |
void |
stop()
Interrupt searching for suggestions |
| Method Detail |
|---|
Vector<String> getSuggestion(String userInput)
userInput -
void setMaxNrSuggestions(int maxNrSuggestions)
maxNrSuggestions - int getMaxNrSuggestions()
void clear()
void stop()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||