javax.swing.plaf.basic
Class BasicComboPopup.InvocationKeyHandler
java.lang.Object
java.awt.event.KeyAdapter
javax.swing.plaf.basic.BasicComboPopup.InvocationKeyHandler
- All Implemented Interfaces:
- KeyListener, EventListener
- Enclosing class:
- BasicComboPopup
public class BasicComboPopup.InvocationKeyHandler
- extends KeyAdapter
This class is not used anymore
Method Summary |
void |
keyReleased(KeyEvent e)
Implements this method in the interface with an empty body. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BasicComboPopup.InvocationKeyHandler
public BasicComboPopup.InvocationKeyHandler()
keyReleased
public void keyReleased(KeyEvent e)
- Description copied from class:
KeyAdapter
- Implements this method in the interface with an empty body.
- Specified by:
keyReleased
in interface KeyListener
- Overrides:
keyReleased
in class KeyAdapter
- Parameters:
e
- the event, ignored in this implementation