|
JavaTM 2 Platform Standard Ed. 6 |
|||||||||
上一個類別 下一個類別 | 框架 無框架 | |||||||||
摘要: 巢狀 | 欄位 | 建構子 | 方法 | 詳細資訊: 欄位 | 建構子 | 方法 |
java.lang.Object java.awt.event.KeyAdapter javax.swing.plaf.basic.BasicTreeUI.KeyHandler
public class BasicTreeUI.KeyHandler
用於獲取多個按鍵事件以適當產生事件。
欄位摘要 | |
---|---|
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 |
欄位詳細資訊 |
---|
protected Action repeatKeyAction
protected boolean isKeyDown
建構子詳細資訊 |
---|
public BasicTreeUI.KeyHandler()
方法詳細資訊 |
---|
public void keyTyped(KeyEvent e)
KeyListener
中的 keyTyped
KeyAdapter
中的 keyTyped
public void keyPressed(KeyEvent e)
KeyAdapter
複製的描述
KeyListener
中的 keyPressed
KeyAdapter
中的 keyPressed
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。