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