Generated by
JDiff

Class java.awt.event.KeyEvent

Added Constructors
KeyEvent(Component, int, long, int, int, char, int)  
 

Added Methods
int getKeyLocation() Returns the location of the key that originated this key event.
 

Changed Methods
void setSource(Object) Method was locally defined, but is now inherited from AWTEvent. Retargets an event to a new source.
 

Added Fields
int KEY_LOCATION_LEFT A constant indicating that the key pressed or released is in the left key location (there is more than one possible location for this key).
int KEY_LOCATION_NUMPAD A constant indicating that the key event originated on the numeric keypad or with a virtual key corresponding to the numeric keypad.
int KEY_LOCATION_RIGHT A constant indicating that the key pressed or released is in the right key location (there is more than one possible location for this key).
int KEY_LOCATION_STANDARD A constant indicating that the key pressed or released is not distinguished as the left or right version of a key and did not originate on the numeric keypad (or did not originate with a virtual key corresponding to the numeric keypad).
int KEY_LOCATION_UNKNOWN A constant indicating that the keyLocation is indeterminate or not relevant.
int VK_SEPARATOR Constant for the Numpad Separator key.