org.biojava.bio.structure.align.gui.autosuggest
public interface AutoSuggestProvider
Modifier and Type | Method and Description |
---|---|
void |
clear()
reset all suggestions
|
int |
getMaxNrSuggestions()
Get the maximun nr of suggestions
|
java.util.Vector<java.lang.String> |
getSuggestion(java.lang.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
|
java.util.Vector<java.lang.String> getSuggestion(java.lang.String userInput)
userInput
- void setMaxNrSuggestions(int maxNrSuggestions)
maxNrSuggestions
- int getMaxNrSuggestions()
void clear()
void stop()