Class AutoComplete.KeyAdapter

  • All Implemented Interfaces:
    java.awt.event.KeyListener, java.util.EventListener
    Enclosing class:
    AutoComplete

    static class AutoComplete.KeyAdapter
    extends java.awt.event.KeyAdapter
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private javax.swing.JComboBox comboBox  
    • Constructor Summary

      Constructors 
      Constructor Description
      KeyAdapter​(javax.swing.JComboBox comboBox)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void keyPressed​(java.awt.event.KeyEvent keyEvent)  
      • Methods inherited from class java.awt.event.KeyAdapter

        keyReleased, keyTyped
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • comboBox

        private javax.swing.JComboBox comboBox
    • Constructor Detail

      • KeyAdapter

        public KeyAdapter​(javax.swing.JComboBox comboBox)
    • Method Detail

      • keyPressed

        public void keyPressed​(java.awt.event.KeyEvent keyEvent)
        Specified by:
        keyPressed in interface java.awt.event.KeyListener
        Overrides:
        keyPressed in class java.awt.event.KeyAdapter