API Overview API Index Package Overview Direct link to this page
JDK 1.6
  javax.swing.plaf.basic. BasicComboPopup.InvocationKeyHandler View Source
Author(s)
Since
Version
Serial
Hierarchy
 Object
      KeyAdapter
          BasicComboPopup.InvocationKeyHandler
Implements
Subclasses
Description
public class BasicComboPopup.InvocationKeyHandler
  As of Java 2 platform v 1.4, this class is now obsolete and is only included for backwards API compatibility.
See also:   
Constructors
public BasicComboPopup.InvocationKeyHandler ()
Methods
Hide/Show inherited methods
public void keyPressed (KeyEvent e) [Inherited From KeyAdapter]
Invoked when a key has been pressed.
public void keyReleased (KeyEvent e) [Overrides KeyAdapter]
public void keyTyped (KeyEvent e) [Inherited From KeyAdapter]
  Invoked when a key has been typed.
Fields
Hide/Show inherited fields
Nested Classes
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar