|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.awt.event.KeyAdapter org.wcb.common.MiniBrowser.KeyHandler
Detect the enter key for the location text field that the user enters and test the url. If the URL was bad then tell the user he is an idiot.
Constructor Summary | |
(package private) |
MiniBrowser.KeyHandler()
|
Method Summary | |
void |
keyPressed(java.awt.event.KeyEvent evt)
Detect action of a key event being pressed. |
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 |
Constructor Detail |
MiniBrowser.KeyHandler()
Method Detail |
public void keyPressed(java.awt.event.KeyEvent evt)
evt
- Key event to listen for which is the enter eky
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |