|
JavaTM 2 Platform Standard Ed. 6 |
|||||||||
上一個類別 下一個類別 | 框架 無框架 | |||||||||
摘要: 巢狀 | 欄位 | 建構子 | 方法 | 詳細資訊: 欄位 | 建構子 | 方法 |
java.lang.Object javax.swing.plaf.basic.BasicTableUI.KeyHandler
public class BasicTableUI.KeyHandler
此內部類別因編譯器故障而被標記為“公開”。此類別應該視為“受保護”內部類別。僅在 BasicTableUI 的子類別中實例化此類別。
從 Java 2 平臺 v1.3 開始,不再使用此類別。轉而通過 JTable
覆寫 processKeyBinding
將事件指派給當前的 TableCellEditor
。
建構子摘要 | |
---|---|
BasicTableUI.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 |
建構子詳細資訊 |
---|
public BasicTableUI.KeyHandler()
方法詳細資訊 |
---|
public void keyPressed(KeyEvent e)
KeyListener
複製的描述KeyEvent
的類別描述。
KeyListener
中的 keyPressed
public void keyReleased(KeyEvent e)
KeyListener
複製的描述KeyEvent
的類別描述。
KeyListener
中的 keyReleased
public void keyTyped(KeyEvent e)
KeyListener
複製的描述KeyEvent
的類別描述。
KeyListener
中的 keyTyped
|
JavaTM 2 Platform Standard Ed. 6 |
|||||||||
上一個類別 下一個類別 | 框架 無框架 | |||||||||
摘要: 巢狀 | 欄位 | 建構子 | 方法 | 詳細資訊: 欄位 | 建構子 | 方法 |
版權所有 2008 Sun Microsystems, Inc. 保留所有權利。請遵守GNU General Public License, version 2 only。