|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.biojava.bio.structure.align.gui.autosuggest.DefaultAutoSuggestProvider
public class DefaultAutoSuggestProvider
| Constructor Summary | |
|---|---|
DefaultAutoSuggestProvider()
|
|
| 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 |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DefaultAutoSuggestProvider()
| Method Detail |
|---|
public Vector<String> getSuggestion(String userInput)
AutoSuggestProvider
getSuggestion in interface AutoSuggestProviderpublic void setMaxNrSuggestions(int maxNrSuggestions)
AutoSuggestProvider
setMaxNrSuggestions in interface AutoSuggestProviderpublic int getMaxNrSuggestions()
AutoSuggestProvider
getMaxNrSuggestions in interface AutoSuggestProviderpublic void clear()
AutoSuggestProvider
clear in interface AutoSuggestProviderpublic void stop()
AutoSuggestProvider
stop in interface AutoSuggestProvider
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||