public class BasicComboBoxUI.KeyHandler extends java.awt.event.KeyAdapter
| Constructor and Description |
|---|
BasicComboBoxUI.KeyHandler() |
| Modifier and Type | Method and Description |
|---|---|
void |
keyPressed(java.awt.event.KeyEvent e)
Invoked whenever key is pressed while JComboBox is in focus.
|
public BasicComboBoxUI.KeyHandler()
public void keyPressed(java.awt.event.KeyEvent e)
keyPressed in interface java.awt.event.KeyListenerkeyPressed in class java.awt.event.KeyAdaptere - the event, ignored in this implementation