Class AutoCompleteTextArea

    • Constructor Detail

      • AutoCompleteTextArea

        public AutoCompleteTextArea​(String text,
                                    int rows,
                                    int columns)
    • Method Detail

      • setTriggerChar

        public void setTriggerChar​(char trigger)
        Sets the character that will trigger autocompletion
      • setAutoCompleteEntries

        public void setAutoCompleteEntries​(List<String> entries)
        Sets the list of autocompletion entries (suggestions)
      • showSuggestion

        protected void showSuggestion()
      • hideSuggestion

        protected void hideSuggestion()