Package org.jdesktop.swingx.autocomplete
Class AutoComplete.KeyAdapter
- java.lang.Object
-
- java.awt.event.KeyAdapter
-
- org.jdesktop.swingx.autocomplete.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)
-