|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.awt.event.KeyAdapter gui.dialog.PasswordContentPane.CapsLockAdapter
private class PasswordContentPane.CapsLockAdapter
Shows a warning when the caps lock key is pressed while entering passwords. This does only work for JDKs >= 1.3
Field Summary | |
---|---|
private int |
m_messageID
|
Constructor Summary | |
---|---|
private |
PasswordContentPane.CapsLockAdapter()
|
Method Summary | |
---|---|
void |
keyPressed(java.awt.event.KeyEvent a_event)
|
Methods inherited from class java.awt.event.KeyAdapter |
---|
keyReleased, keyTyped |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private int m_messageID
Constructor Detail |
---|
private PasswordContentPane.CapsLockAdapter()
Method Detail |
---|
public void keyPressed(java.awt.event.KeyEvent a_event)
keyPressed
in interface java.awt.event.KeyListener
keyPressed
in class java.awt.event.KeyAdapter
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |