java.lang.Object
java.awt.event.KeyAdapter
javax.swing.plaf.basic.BasicComboPopup.InvocationKeyHandler
- 所有已实现的接口:
-
KeyListener
,EventListener
- 封装类:
-
BasicComboPopup
从Java 2平台v 1.4开始,此类现已过时,仅用于向后兼容API。请勿实例化或子类化。
此类的所有功能已包含在BasicComboBoxUI ActionMap/InputMap方法中。
-
Constructor Summary
-
Method Summary
Methods declared in class java.awt.event.KeyAdapter
keyPressed, keyReleased, keyTyped
-
Constructor Details
-
InvocationKeyHandler
public InvocationKeyHandler()构造一个InvocationKeyHandler
。
-