javax.swing.plaf.basic
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, keyTyped
public BasicComboBoxUI.KeyHandler()
public void keyPressed(KeyEvent e)
keyPressed
in interface KeyListener
keyPressed
in class KeyAdapter
e
- the event, ignored in this implementation