JavaTM 2 Platform
Standard Ed. 6

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

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

public class BasicTreeUI.KeyHandler
extends KeyAdapter

用於獲取多個按鍵事件以適當產生事件。


欄位摘要
protected  boolean isKeyDown
          keyPressed 處於啟動狀態時設置為 true。
protected  Action repeatKeyAction
          正在產生的鍵程式碼。
 
建構子摘要
BasicTreeUI.KeyHandler()
           
 
方法摘要
 void keyPressed(KeyEvent e)
          按下某個鍵時調用此方法。
 void keyReleased(KeyEvent e)
          釋放某個鍵時調用此方法。
 void keyTyped(KeyEvent e)
          鍵入鍵時調用。
 
從類別 java.lang.Object 繼承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

欄位詳細資訊

repeatKeyAction

protected Action repeatKeyAction
正在產生的鍵程式碼。


isKeyDown

protected boolean isKeyDown
keyPressed 處於啟動狀態時設置為 true。

建構子詳細資訊

BasicTreeUI.KeyHandler

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

keyTyped

public void keyTyped(KeyEvent e)
鍵入鍵時調用。 將鍵盤焦點移動到其第一個字母與使用者按下的字母數字鍵相比對的第一個元素。後續相同按鍵將鍵盤焦點移動到以該字母開頭的下一個物件上。

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

keyPressed

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

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

keyReleased

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

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

JavaTM 2 Platform
Standard Ed. 6

提交錯誤或意見

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