Java java.awt Event fields, constructors, methods, implement or subclass

Example usage for Java java.awt Event fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for java.awt Event.

The text is from its open source code.

Field

intSHIFT_MASK
This flag indicates that the Shift key was down when the event occurred.
intCTRL_MASK
This flag indicates that the Control key was down when the event occurred.
intMETA_MASK
This flag indicates that the Meta key was down when the event occurred.
intALT_MASK
This flag indicates that the Alt key was down when the event occurred.
intHOME
The Home key, a non-ASCII action key.
intEND
The End key, a non-ASCII action key.
intPGUP
The Page Up key, a non-ASCII action key.
intPGDN
The Page Down key, a non-ASCII action key.
intUP
The Up Arrow key, a non-ASCII action key.
intDOWN
The Down Arrow key, a non-ASCII action key.
intLEFT
The Left Arrow key, a non-ASCII action key.
intRIGHT
The Right Arrow key, a non-ASCII action key.
intF1
The F1 function key, a non-ASCII action key.
intF2
The F2 function key, a non-ASCII action key.
intF3
The F3 function key, a non-ASCII action key.
intF4
The F4 function key, a non-ASCII action key.
intF5
The F5 function key, a non-ASCII action key.
intF6
The F6 function key, a non-ASCII action key.
intF7
The F7 function key, a non-ASCII action key.
intF8
The F8 function key, a non-ASCII action key.
intF9
The F9 function key, a non-ASCII action key.
intF10
The F10 function key, a non-ASCII action key.
intF11
The F11 function key, a non-ASCII action key.
intF12
The F12 function key, a non-ASCII action key.
intWINDOW_DESTROY
The user has asked the window manager to kill the window.
intKEY_PRESS
The user has pressed a normal key.
intKEY_RELEASE
The user has released a normal key.
intKEY_ACTION
The user has pressed a non-ASCII action key.
intKEY_ACTION_RELEASE
The user has released a non-ASCII action key.
intMOUSE_DOWN
The user has pressed the mouse button.
intLIST_SELECT
An item in a list has been selected.
intLIST_DESELECT
An item in a list has been deselected.

Constructor

Method

booleancontrolDown()
NOTE: The Event class is obsolete and is available only for backwards compatibility.