|
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface KeyEvent
An event generated by a keystroke. Not yet a DOM standard, this interface is based on Mozilla's implementation. It has not been tested with other browsers.
| Field Summary |
|---|
| Fields inherited from interface org.w3c.dom.events.Event |
|---|
AT_TARGET, BUBBLING_PHASE, CAPTURING_PHASE |
| Method Summary | |
|---|---|
boolean |
getAltKey()
|
boolean |
getCtrlKey()
|
int |
getKeyCode()
|
boolean |
getMetaKey()
|
boolean |
getShiftKey()
|
| Methods inherited from interface org.w3c.dom.events.UIEvent |
|---|
getDetail, getView, initUIEvent |
| Methods inherited from interface org.w3c.dom.events.Event |
|---|
getBubbles, getCancelable, getCurrentTarget, getEventPhase, getTarget, getTimeStamp, getType, initEvent, preventDefault, stopPropagation |
| Method Detail |
|---|
boolean getAltKey()
boolean getCtrlKey()
int getKeyCode()
boolean getMetaKey()
boolean getShiftKey()
|
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||