Interface IAutocompleteListProvider
public interface IAutocompleteListProvider
Provide the
AutocompletionResult.-
Method Summary
Modifier and TypeMethodDescriptiongetAutocompleteList(String token) Return matching results from a token.
-
Method Details
-
getAutocompleteList
Return matching results from a token. UseAutocompletionResult.filterStartsWith(String, java.util.List)if completions come from an existing list.- Parameters:
token- partial token to complete- Returns:
- matching auto-completion entries
-