Class AutoCompleter

  • All Implemented Interfaces:
    IAutoCompleter

    public class AutoCompleter
    extends java.lang.Object
    implements IAutoCompleter
    The controller part of the auto-completer
    • Method Detail

      • processKeys

        public boolean processKeys​(java.awt.event.KeyEvent e)
        Process the autocompletion keys
        Parameters:
        e - the key event to process
        Returns:
        true if a key has been processed, false if otherwise.
      • doSelection

        public void doSelection()
      • updatePopup

        public void updatePopup​(boolean onlyIfVisible)
        Show the popup list.
      • isVisible

        public boolean isVisible()
      • setVisible

        public void setVisible​(boolean isVisible)
      • keyText

        public java.lang.String keyText​(int base,
                                        int modifier)
        get the key text
        Parameters:
        base -
        modifier -
        Returns:
      • textDidChange

        public void textDidChange()