public class DefaultPopupEngine extends Object implements AutoCompleteEngine
| Constructor and Description |
|---|
DefaultPopupEngine() |
| 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.
|
public void setAutoComplete(AutoComplete autoComplete)
setAutoComplete in interface AutoCompleteEngineautoComplete - the AutoCompletepublic boolean hit(String typedText)
hit in interface AutoCompleteEnginetypedText - the typed text