public class KeyEventBehavior.KeyEventResponse extends Object
| Constructor and Description |
|---|
KeyEventBehavior.KeyEventResponse(int which,
int keyCode,
int charCode,
boolean altKey,
boolean ctrlKey,
boolean metaKey,
boolean shiftKey) |
| Modifier and Type | Method and Description |
|---|---|
int |
getCharCode() |
int |
getKeyCode() |
int |
getWhich() |
boolean |
isAltKey() |
boolean |
isCtrlKey() |
boolean |
isMetaKey() |
boolean |
isShiftKey() |
Copyright © 2013 dontdrinkandroot. All Rights Reserved.