|
|||||||||
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 AutoSuggestProvider
public void setMaxNrSuggestions(int maxNrSuggestions)
AutoSuggestProvider
setMaxNrSuggestions
in interface AutoSuggestProvider
public int getMaxNrSuggestions()
AutoSuggestProvider
getMaxNrSuggestions
in interface AutoSuggestProvider
public void clear()
AutoSuggestProvider
clear
in interface AutoSuggestProvider
public void stop()
AutoSuggestProvider
stop
in interface AutoSuggestProvider
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |