public interface AutoCompleteEngine
| Modifier and Type | Method and Description |
|---|---|
boolean |
hit(String typedText)
Try a hit with the typed text.
|
void |
setAutoComplete(AutoComplete autoComplete)
Set the AutoComplete which will be used with the Engine.
|
void setAutoComplete(AutoComplete autoComplete)
autoComplete - the AutoCompleteboolean hit(String typedText)
typedText - the typed text