JavaTM 2 Platform
Standard Ed. 6

javax.swing.plaf.basic
類別 BasicComboBoxUI.KeyHandler

java.lang.Object
  繼承者 java.awt.event.KeyAdapter
      繼承者 javax.swing.plaf.basic.BasicComboBoxUI.KeyHandler
所有已實作的介面:
KeyListener, EventListener
正在封閉類別:
BasicComboBoxUI

public class BasicComboBoxUI.KeyHandler
extends KeyAdapter

此偵聽器檢查鍵事件是否不是導航鍵。如果它發現某個鍵事件不是導航鍵,則其將該鍵事件指派給 JComboBox.selectWithKeyChar(),讓它執行提前輸入操作。 此公開內部類別應該視為受保護內部類別。僅在 BasicComboBoxUI 的子類別中實例化此類別。


建構子摘要
BasicComboBoxUI.KeyHandler()
           
 
方法摘要
 void keyPressed(KeyEvent e)
          按下某個鍵時調用此方法。
 
從類別 java.awt.event.KeyAdapter 繼承的方法
keyReleased, keyTyped
 
從類別 java.lang.Object 繼承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

建構子詳細資訊

BasicComboBoxUI.KeyHandler

public BasicComboBoxUI.KeyHandler()
方法詳細資訊

keyPressed

public void keyPressed(KeyEvent e)
從類別 KeyAdapter 複製的描述
按下某個鍵時調用此方法。

指定者:
介面 KeyListener 中的 keyPressed
覆寫:
類別 KeyAdapter 中的 keyPressed

JavaTM 2 Platform
Standard Ed. 6

提交錯誤或意見

版權所有 2008 Sun Microsystems, Inc. 保留所有權利。請遵守GNU General Public License, version 2 only