javax.swing.plaf.basic
Class BasicComboPopup.InvocationKeyHandler

java.lang.Object
  extended by java.awt.event.KeyAdapter
      extended by 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


Constructor Summary
BasicComboPopup.InvocationKeyHandler()
           
 
Method Summary
 void keyReleased(KeyEvent e)
          Implements this method in the interface with an empty body.
 
Methods inherited from class java.awt.event.KeyAdapter
keyPressed, keyTyped
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BasicComboPopup.InvocationKeyHandler

public BasicComboPopup.InvocationKeyHandler()
Method Detail

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