public class BasicComboPopup.InvocationKeyHandler extends KeyAdapter
Constructor and Description |
---|
BasicComboPopup.InvocationKeyHandler() |
Modifier and Type | Method and Description |
---|---|
void |
keyReleased(KeyEvent e)
Implements this method in the interface with an empty body.
|
keyPressed, keyTyped
public BasicComboPopup.InvocationKeyHandler()
public void keyReleased(KeyEvent e)
KeyAdapter
keyReleased
in interface KeyListener
keyReleased
in class KeyAdapter
e
- the event, ignored in this implementation