public
MenuKeyEvent
(Component source, int id, long when, int modifiers, int keyCode, char keyChar, MenuElement p, MenuSelectionManager m)
public void
consume
()
[Inherited From InputEvent]
public long
getWhen
()
[Inherited From InputEvent]
public boolean
isAltDown
()
[Inherited From InputEvent]
public boolean
isAltGraphDown
()
[Inherited From InputEvent]
public boolean
isControlDown
()
[Inherited From InputEvent]
public boolean
isMetaDown
()
[Inherited From InputEvent]
public boolean
isShiftDown
()
[Inherited From InputEvent]
publicfinalstatic
long ACTION_EVENT_MASK
= "128"
[Inherited From AWTEvent]
publicfinalstatic
long ADJUSTMENT_EVENT_MASK
= "256"
[Inherited From AWTEvent]
publicfinalstatic
int ALT_GRAPH_MASK
= "32"
[Inherited From InputEvent]
publicfinalstatic
char CHAR_UNDEFINED
= "65535"
[Inherited From KeyEvent]
publicfinalstatic
long COMPONENT_EVENT_MASK
= "1"
[Inherited From AWTEvent]
publicfinalstatic
int COMPONENT_FIRST
= "100"
[Inherited From ComponentEvent]
publicfinalstatic
int COMPONENT_HIDDEN
= "103"
[Inherited From ComponentEvent]
publicfinalstatic
int COMPONENT_LAST
= "103"
[Inherited From ComponentEvent]
publicfinalstatic
int COMPONENT_MOVED
= "100"
[Inherited From ComponentEvent]
publicfinalstatic
int COMPONENT_RESIZED
= "101"
[Inherited From ComponentEvent]
publicfinalstatic
int COMPONENT_SHOWN
= "102"
[Inherited From ComponentEvent]
publicfinalstatic
long CONTAINER_EVENT_MASK
= "2"
[Inherited From AWTEvent]
publicfinalstatic
long FOCUS_EVENT_MASK
= "4"
[Inherited From AWTEvent]
publicfinalstatic
long HIERARCHY_BOUNDS_EVENT_MASK
= "65536"
[Inherited From AWTEvent]
publicfinalstatic
long HIERARCHY_EVENT_MASK
= "32768"
[Inherited From AWTEvent]
publicfinalstatic
long INPUT_METHOD_EVENT_MASK
= "2048"
[Inherited From AWTEvent]
publicfinalstatic
long INVOCATION_EVENT_MASK
= "16384"
[Inherited From AWTEvent]
publicfinalstatic
long ITEM_EVENT_MASK
= "512"
[Inherited From AWTEvent]
publicfinalstatic
long KEY_EVENT_MASK
= "8"
[Inherited From AWTEvent]
publicfinalstatic
int KEY_FIRST
= "400"
[Inherited From KeyEvent]
publicfinalstatic
int KEY_LAST
= "402"
[Inherited From KeyEvent]
publicfinalstatic
long MOUSE_EVENT_MASK
= "16"
[Inherited From AWTEvent]
publicfinalstatic
long MOUSE_MOTION_EVENT_MASK
= "32"
[Inherited From AWTEvent]
publicfinalstatic
long PAINT_EVENT_MASK
= "8192"
[Inherited From AWTEvent]
protectedtransient
Object source
[Inherited From EventObject]
publicfinalstatic
long TEXT_EVENT_MASK
= "1024"
[Inherited From AWTEvent]
publicfinalstatic
int VK_0
= "48"
[Inherited From KeyEvent]
publicfinalstatic
int VK_A
= "65"
[Inherited From KeyEvent]
publicfinalstatic
int VK_ACCEPT
= "30"
[Inherited From KeyEvent]
publicfinalstatic
int VK_BACK_SLASH
= "92"
[Inherited From KeyEvent]
publicfinalstatic
int VK_CLOSE_BRACKET
= "93"
[Inherited From KeyEvent]
publicfinalstatic
int VK_CONVERT
= "28"
[Inherited From KeyEvent]
publicfinalstatic
int VK_NONCONVERT
= "29"
[Inherited From KeyEvent]
publicfinalstatic
int VK_OPEN_BRACKET
= "91"
[Inherited From KeyEvent]
publicfinalstatic
int VK_SEMICOLON
= "59"
[Inherited From KeyEvent]
publicfinalstatic
int VK_SLASH
= "47"
[Inherited From KeyEvent]
publicfinalstatic
long WINDOW_EVENT_MASK
= "64"
[Inherited From AWTEvent]