List<ContentAssistElement> |
BuiltinSuggestionProvider.getSuggestions(String context) |
Returns the list of ICompletionProposals
It scans the ordered set up to the first valid element.
|
List<ContentAssistElement> |
ClassesSuggestionProvider.getSuggestions(String context) |
Returns the list of ICompletionProposals
It scans the ordered set up to the first valid element.
|
List<ContentAssistElement> |
FieldsSuggestionProvider.getSuggestions(String context) |
Returns the list of ICompletionProposals
It scans the ordered set up to the first valid element.
|
List<ContentAssistElement> |
MultiSuggestionProvider.getSuggestions(String context) |
|
List<ContentAssistElement> |
PropertySuggestionProvider.getSuggestions(String context) |
Returns the list of ICompletionProposals
It scans the ordered set up to the first valid element.
|
List<ContentAssistElement> |
SuggestionProvider.getSuggestions(String context) |
Given the context (prefix provided by the user) it returns available suggestions.
|