public interface AutoSuggestProvider
Modifier and Type | Method and Description |
---|---|
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
|
Vector<String> getSuggestion(String userInput)
userInput
- void setMaxNrSuggestions(int maxNrSuggestions)
maxNrSuggestions
- int getMaxNrSuggestions()
void clear()
void stop()
Copyright © 2000–2019 BioJava. All rights reserved.