Interface KeyListener

  • All Known Implementing Classes:
    ComboBoxEditable, Tree

    public interface KeyListener
    Interface used to listen to Key events.
    • Method Detail

      • keyPressed

        void keyPressed​(KeyEvent e)
        A KEY_PRESS event was dispatched.
        See Also:
        KeyEvent
      • actionkeyPressed

        void actionkeyPressed​(KeyEvent e)
        An ACTION_KEY_PRESS event was dispatched.
        See Also:
        KeyEvent
      • specialkeyPressed

        void specialkeyPressed​(KeyEvent e)
        A SPECIAL_KEY_PRESS event was dispatched.
        See Also:
        KeyEvent