Class MultiSuggestionProvider

  • All Implemented Interfaces:
    SuggestionProvider

    public class MultiSuggestionProvider
    extends java.lang.Object
    implements SuggestionProvider
    Combines the results of several suggestion providers.
    • Constructor Detail

    • Method Detail

      • getSuggestions

        public java.util.List<ContentAssistElement> getSuggestions​(java.lang.String context)
        Description copied from interface: SuggestionProvider
        Given the context (prefix provided by the user) it returns available suggestions.
        Specified by:
        getSuggestions in interface SuggestionProvider
        Parameters:
        context - is the prefix to be searched from. It can be an empty String but must not be null.
        Returns:
        the list of suggestion proposals.