public interface IAutoCompleter
Modifier and Type | Method and Description |
---|---|
String |
changeCaseDisplay(String text) |
String[] |
getCompletion(String wordPart) |
boolean |
validate(String text) |
boolean |
validateCompletion(String text) |
Copyright © 2012. All Rights Reserved.