javax.swing.plaf.basic

Class BasicComboBoxUI.KeyHandler

public class BasicComboBoxUI.KeyHandler extends KeyAdapter

KeyHandler handles key events occuring while JComboBox has focus.
Constructor Summary
KeyHandler()
Method Summary
voidkeyPressed(KeyEvent e)
Invoked whenever key is pressed while JComboBox is in focus.

Constructor Detail

KeyHandler

public KeyHandler()

Method Detail

keyPressed

public void keyPressed(KeyEvent e)
Invoked whenever key is pressed while JComboBox is in focus.