Interface Completion.Builder

Enclosing class:
Completion

public static interface Completion.Builder
A builder for combo box completion.
  • Method Details

    • mode

      Parameters:
      mode - the mode to enable
      Returns:
      this builder
    • normalize

      Completion.Builder normalize(boolean normalize)
      Parameters:
      normalize - true if accented characters should be normalized before matching
      Returns:
      this builder
    • enable

      void enable(JComboBox<?> comboBox)
      Parameters:
      comboBox - the combo box on which to enable completion