API Overview API Index Package Overview Direct link to this page
JDK 1.6
  javax.swing.plaf.basic. BasicComboBoxUI.KeyHandler View Source
Author(s)
Since
Version
Serial
Hierarchy
 Object
      KeyAdapter
          BasicComboBoxUI.KeyHandler
Implements
Subclasses
Description
public class BasicComboBoxUI.KeyHandler
  This listener checks to see if the key event isn't a navigation key.
See also:   
Constructors
public BasicComboBoxUI.KeyHandler ()
Methods
Hide/Show inherited methods
public void keyPressed (KeyEvent e) [Overrides KeyAdapter]
public void keyReleased (KeyEvent e) [Inherited From KeyAdapter]
Invoked when a key has been released.
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