public interface SuggestionProvider
Modifier and Type | Method and Description |
---|---|
List<ContentAssistElement> |
getSuggestions(String context)
Given the context (prefix provided by the user) it returns available suggestions.
|
List<ContentAssistElement> getSuggestions(String context)
context
- is the prefix to be searched from. It can be an empty String but must not
be null.