public class

BasicComboBoxUI.KeyHandler

extends KeyAdapter
java.lang.Object
   ↳ java.awt.event.KeyAdapter
     ↳ javax.swing.plaf.basic.BasicComboBoxUI.KeyHandler

Class Overview

This listener checks to see if the key event isn't a navigation key. If it finds a key event that wasn't a navigation key it dispatches it to JComboBox.selectWithKeyChar() so that it can do type-ahead. This public inner class should be treated as protected. Instantiate it only within subclasses of BasicComboBoxUI.

Summary

Public Constructors
BasicComboBoxUI.KeyHandler()
Public Methods
void keyPressed(KeyEvent e)
Invoked when a key has been pressed.
[Expand]
Inherited Methods
From class java.awt.event.KeyAdapter
From class java.lang.Object
From interface java.awt.event.KeyListener

Public Constructors

public BasicComboBoxUI.KeyHandler ()

Public Methods

public void keyPressed (KeyEvent e)

Invoked when a key has been pressed.