Interface AutoCompletion.CompletionPrefix

  • Enclosing class:
    AutoCompletion

    public static interface AutoCompletion.CompletionPrefix
    • Method Detail

      • getCompletionPrefix

        String getCompletionPrefix​(String text)
        Extracts the prefix from the end of the given text that is then used for looking up a possible completion.
        Parameters:
        text - text
        Returns:
        (tail) part of the text that should be used from the completion lookup.