Class AutoCompleteTextArea

All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, Accessible, Scrollable

public class AutoCompleteTextArea extends JTextArea
Extension of JTextArea that allows autocompletion of entries, based on operator's system variables and parameters.
See Also:
  • Constructor Details

    • AutoCompleteTextArea

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

    • 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()