Interface CompletionGenerator

All Known Implementing Classes:
BorderStyleCompletionGenerator, ColorCompletionGenerator, CommonFontCompletionGenerator, PercentageOrLengthCompletionGenerator, TimeCompletionGenerator

interface CompletionGenerator
Generates completions based on the current user input.
Version:
1.0
  • Method Summary

    Modifier and Type
    Method
    Description
    List<org.fife.ui.autocomplete.Completion>
    generate(org.fife.ui.autocomplete.CompletionProvider provider, String input)
    Generates a list of completions based on the current user input.
  • Method Details

    • generate

      List<org.fife.ui.autocomplete.Completion> generate(org.fife.ui.autocomplete.CompletionProvider provider, 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.