JavaTM 2 Platform
Standard Ed. 6

javax.swing.event
介面 MenuKeyListener

所有父級介面:
EventListener

public interface MenuKeyListener
extends EventListener

MenuKeyListener


方法摘要
 void menuKeyPressed(MenuKeyEvent e)
          已按下某個鍵時調用。
 void menuKeyReleased(MenuKeyEvent e)
          已釋放某個鍵時調用。
 void menuKeyTyped(MenuKeyEvent e)
          已鍵入某個鍵時調用。
 

方法詳細資訊

menuKeyTyped

void menuKeyTyped(MenuKeyEvent e)
已鍵入某個鍵時調用。此事件發生在釋放一個鍵後緊跟著按下一個鍵時。


menuKeyPressed

void menuKeyPressed(MenuKeyEvent e)
已按下某個鍵時調用。


menuKeyReleased

void menuKeyReleased(MenuKeyEvent e)
已釋放某個鍵時調用。


JavaTM 2 Platform
Standard Ed. 6

提交錯誤或意見

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