public class BaseAutoCompleter extends Object implements IAutoCompleter
| Modifier and Type | Field and Description |
|---|---|
protected HashMap<String,ArrayList<String>> |
mVerbCompletion |
protected HashMap<String,String> |
mVerbs |
| Constructor and Description |
|---|
BaseAutoCompleter() |
BaseAutoCompleter(String text) |
BaseAutoCompleter(String[] text) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
buildCompletions() |
String |
changeCaseDisplay(String text) |
String[] |
getCompletion(String wordPart) |
boolean |
validate(String text) |
boolean |
validateCompletion(String text) |
public BaseAutoCompleter()
public BaseAutoCompleter(String text)
public BaseAutoCompleter(String[] text)
protected void buildCompletions()
public String[] getCompletion(String wordPart)
getCompletion in interface IAutoCompleterpublic boolean validate(String text)
validate in interface IAutoCompleterpublic boolean validateCompletion(String text)
validateCompletion in interface IAutoCompleterpublic String changeCaseDisplay(String text)
changeCaseDisplay in interface IAutoCompleterCopyright © 2012. All Rights Reserved.