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