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 IAutoCompleter
public boolean validate(String text)
validate
in interface IAutoCompleter
public boolean validateCompletion(String text)
validateCompletion
in interface IAutoCompleter
public String changeCaseDisplay(String text)
changeCaseDisplay
in interface IAutoCompleter
Copyright © 2012. All Rights Reserved.