Interface CompletionGenerator

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.util.List<org.fife.ui.autocomplete.Completion> generate​(org.fife.ui.autocomplete.CompletionProvider provider, java.lang.String input)
      Generates a list of completions based on the current user input.
    • Method Detail

      • generate

        java.util.List<org.fife.ui.autocomplete.Completion> generate​(org.fife.ui.autocomplete.CompletionProvider provider,
                                                                     java.lang.String input)
        Generates a list of completions based on the current user input.
        Parameters:
        provider - The completion provider querying for completions.
        input - The current user input.
        Returns:
        The list of completions. This may be null if no completions are appropriate.