net.sf.sbcc.componentcombo.plaf.basic
Class BasicComponentComboPopup.InvocationKeyHandler

java.lang.Object
  extended by java.awt.event.KeyAdapter
      extended by net.sf.sbcc.componentcombo.plaf.basic.BasicComponentComboPopup.InvocationKeyHandler
All Implemented Interfaces:
java.awt.event.KeyListener, java.util.EventListener
Direct Known Subclasses:
MotifComponentComboBoxUI.MotifComboPopup.InvocationKeyHandler
Enclosing class:
BasicComponentComboPopup

public class BasicComponentComboPopup.InvocationKeyHandler
extends java.awt.event.KeyAdapter

As of Java 2 platform v 1.4, this class is now obsolete and is only included for backwards API compatibility. Do not instantiate or subclass.

All the functionality of this class has been included in BasicComboBoxUI ActionMap/InputMap methods.


Constructor Summary
BasicComponentComboPopup.InvocationKeyHandler()
           
 
Method Summary
 void keyReleased(java.awt.event.KeyEvent e)
           
 
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

BasicComponentComboPopup.InvocationKeyHandler

public BasicComponentComboPopup.InvocationKeyHandler()
Method Detail

keyReleased

public void keyReleased(java.awt.event.KeyEvent e)
Specified by:
keyReleased in interface java.awt.event.KeyListener
Overrides:
keyReleased in class java.awt.event.KeyAdapter