|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object javax.swing.plaf.basic.BasicMenuUI.MenuKeyHandler
Handles the mnemonic handling for the JMenu and JMenuItems.
Constructor Summary | |
private |
BasicMenuUI.MenuKeyHandler()
|
Method Summary | |
private char |
lower(char keyChar)
|
void |
menuKeyPressed(MenuKeyEvent e)
Handles the mnemonics for the menu items. |
void |
menuKeyReleased(MenuKeyEvent e)
Invoked when a key has been released. |
void |
menuKeyTyped(MenuKeyEvent e)
Opens the SubMenu |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
private BasicMenuUI.MenuKeyHandler()
Method Detail |
public void menuKeyTyped(MenuKeyEvent e)
menuKeyTyped
in interface MenuKeyListener
public void menuKeyPressed(MenuKeyEvent e)
menuKeyPressed
in interface MenuKeyListener
public void menuKeyReleased(MenuKeyEvent e)
MenuKeyListener
menuKeyReleased
in interface MenuKeyListener
private char lower(char keyChar)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |