Class TextFieldAutocompleter.TextFieldAutocompleterDemo

java.lang.Object
docking.widgets.autocomplete.TextFieldAutocompleter.TextFieldAutocompleterDemo
Enclosing class:
TextFieldAutocompleter<T>

public static class TextFieldAutocompleter.TextFieldAutocompleterDemo extends Object
A demonstration of the autocompleter on a single text field.

The autocompleter offers the tails from a list of strings that start with the text before the caret.

  • Constructor Details

    • TextFieldAutocompleterDemo

      public TextFieldAutocompleterDemo()
  • Method Details

    • main

      public static void main(String[] args)