AWT KeyEvent 类



输入字符时会生成按键事件。按键事件共有三种类型,分别由整数常量表示。这些按键事件如下:

  • KEY_PRESSED

  • KEY_RELEASED

  • KEY_TYPED

类声明

以下是java.awt.event.KeyEvent类的声明:

public class KeyEvent
   extends InputEvent

字段

以下是java.awt.InputEvent类的字段:

  • static char CHAR_UNDEFINED --对于未映射到有效 Unicode 字符的 KEY_PRESSED 和 KEY_RELEASED 事件,使用此值作为 keyChar 值。

  • static int KEY_FIRST --按键事件 ID 使用范围中的第一个数字。

  • static int KEY_LAST --按键事件 ID 使用范围中的最后一个数字。

  • static int KEY_LOCATION_LEFT --表示按下或释放的键位于左侧键位(此键可能有多个位置)的常量。

  • static int KEY_LOCATION_NUMPAD --表示按键事件源自数字键盘或与数字键盘对应的虚拟键的常量。

  • static int KEY_LOCATION_RIGHT --表示按下或释放的键位于右侧键位(此键可能有多个位置)的常量。

  • static int KEY_LOCATION_STANDARD --表示按下或释放的键不区分左右版本,并且不是源自数字键盘(或不是源自与数字键盘对应的虚拟键)的常量。

  • static int KEY_LOCATION_UNKNOWN --表示 keyLocation 不确定或不相关的常量。

  • static int KEY_PRESSED --“按键按下”事件。

  • static int KEY_RELEASED --“按键释放”事件。

  • static int KEY_TYPED --“按键输入”事件。

  • static int VK_0 --VK_0 到 VK_9 与 ASCII '0' 到 '9' (0x30 - 0x39) 相同

  • static int VK_1

  • static int VK_2

  • static int VK_3

  • static int VK_4

  • static int VK_5

  • static int VK_6

  • static int VK_7

  • static int VK_8

  • static int VK_9

  • static int VK_A --VK_A 到 VK_Z 与 ASCII 'A' 到 'Z' (0x41 - 0x5A) 相同

  • static int VK_ACCEPT --接受或提交功能键的常量。

  • static int VK_ADD

  • static int VK_AGAIN

  • static int VK_ALL_CANDIDATES --所有候选项功能键的常量。

  • static int VK_ALPHANUMERIC --字母数字功能键的常量。

  • static int VK_ALT

  • static int VK_ALT_GRAPH --AltGraph 功能键的常量。

  • static int VK_AMPERSAND

  • static int VK_ASTERISK

  • static int VK_AT --“@”键的常量。

  • static int VK_B

  • static int VK_BACK_QUOTE

  • static int VK_BACK_SLASH --反斜杠键“\”的常量。

  • static int VK_BACK_SPACE

  • static int VK_BEGIN --开始键的常量。

  • static int VK_BRACELEFT

  • static int VK_BRACERIGHT

  • static int VK_C

  • static int VK_CANCEL

  • static int VK_CAPS_LOCK

  • static int VK_CIRCUMFLEX --“^”键的常量。

  • static int VK_CLEAR

  • static int VK_CLOSE_BRACKET --右方括号键“]”的常量。

  • static int VK_CODE_INPUT --代码输入功能键的常量。

  • static int VK_COLON --冒号键“:”的常量。

  • static int VK_COMMA --逗号键“,”的常量。

  • static int VK_COMPOSE --组合功能键的常量。

  • static int VK_CONTEXT_MENU --Microsoft Windows 上下文菜单键的常量。

  • static int VK_CONTROL

  • static int VK_CONVERT --转换功能键的常量。

  • static int VK_COPY

  • static int VK_CUT

  • static int VK_D

  • static int VK_DEAD_ABOVEDOT

  • static int VK_DEAD_ABOVERING

  • static int VK_DEAD_ACUTE

  • static int VK_DEAD_BREVE

  • static int VK_DEAD_CARON

  • static int VK_DEAD_CEDILLA

  • static int VK_DEAD_CIRCUMFLEX

  • static int VK_DEAD_DIAERESIS

  • static int VK_DEAD_DOUBLEACUTE

  • static int VK_DEAD_GRAVE

  • static int VK_DEAD_IOTA

  • static int VK_DEAD_MACRON

  • static int VK_DEAD_OGONEK

  • static int VK_DEAD_SEMIVOICED_SOUND

  • static int VK_DEAD_TILDE

  • static int VK_DEAD_VOICED_SOUND

  • static int VK_DECIMAL

  • static int VK_DELETE

  • static int VK_DIVIDE

  • static int VK_DOLLAR --美元符号键“$”的常量。

  • static int VK_DOWN --非数字键盘向下箭头键的常量。

  • static int VK_E

  • static int VK_END

  • static int VK_ENTER

  • static int VK_EQUALS --等号键“=”的常量。

  • static int VK_ESCAPE

  • static int VK_EURO_SIGN --欧元符号键的常量。

  • static int VK_EXCLAMATION_MARK --感叹号键“!”的常量。

  • static int VK_F

  • static int VK_F1 --F1 功能键的常量。

  • static int VK_F10 --F10 功能键的常量。

  • static int VK_F11 --F11 功能键的常量。

  • static int VK_F12 --F12 功能键的常量。

  • static int VK_F13 --F13 功能键的常量。

  • static int VK_F14 --F14 功能键的常量。

  • static int VK_F15 --F15 功能键的常量。

  • static int VK_F16 --F16 功能键的常量。

  • static int VK_F17 --F17 功能键的常量。

  • static int VK_F18 --F18 功能键的常量。

  • static int VK_F19 --F19 功能键的常量。

  • static int VK_F2 --F2 功能键的常量。

  • static int VK_F20 --F20 功能键的常量。

  • static int VK_F21 --F21 功能键的常量。

  • static int VK_F22 --F22 功能键的常量。

  • static int VK_F23 --F23 功能键的常量。

  • static int VK_F24 --F24 功能键的常量。

  • static int VK_F3 --F3 功能键的常量。

  • static int VK_F4 --F4 功能键的常量。

  • static int VK_F5 --F5 功能键的常量。

  • static int VK_F6 --F6 功能键的常量。

  • static int VK_F7 --F7 功能键的常量。

  • static int VK_F8 --F8 功能键的常量。

  • static int VK_F9 --F9 功能键的常量。

  • static int VK_FINAL

  • static int VK_FIND

  • static int VK_FULL_WIDTH --全角字符功能键的常量。

  • static int VK_G

  • static int VK_GREATER

  • static int VK_H

  • static int VK_HALF_WIDTH --半角字符功能键的常量。

  • static int VK_HELP

  • static int VK_HIRAGANA --平假名功能键的常量。

  • static int VK_HOME

  • static int VK_I

  • static int VK_INPUT_METHOD_ON_OFF --输入法开关键的常量。

  • static int VK_INSERT

  • static int VK_INVERTED_EXCLAMATION_MARK --倒置感叹号键的常量。

  • static int VK_J

  • static int VK_JAPANESE_HIRAGANA --日文平假名功能键的常量。

  • static int VK_JAPANESE_KATAKANA --日文片假名功能键的常量。

  • static int VK_JAPANESE_ROMAN --日文罗马字功能键的常量。

  • static int VK_K

  • static int VK_KANA

  • static int VK_KANA_LOCK --锁定假名功能键的常量。

  • static int VK_KANJI

  • static int VK_KATAKANA --片假名功能键的常量。

  • static int VK_KP_DOWN --数字键盘向下箭头键的常量。

  • static int VK_KP_LEFT --数字键盘向左箭头键的常量。

  • static int VK_KP_RIGHT --数字键盘向右箭头键的常量。

  • static int VK_KP_UP --数字键盘向上箭头键的常量。

  • static int VK_L

  • static int VK_LEFT --非数字键盘向左箭头键的常量。

  • static int VK_LEFT_PARENTHESIS --左圆括号键“(”的常量。

  • static int VK_LESS

  • static int VK_M

  • static int VK_META

  • static int VK_MINUS --减号键“-”的常量。

  • static int VK_MODECHANGE

  • static int VK_MULTIPLY

  • static int VK_N

  • static int VK_NONCONVERT --不要转换功能键的常量。

  • static int VK_NUM_LOCK

  • static int VK_NUMBER_SIGN --井号键“#”的常量。

  • static int VK_NUMPAD0

  • static int VK_NUMPAD1

  • static int VK_NUMPAD2

  • static int VK_NUMPAD3

  • static int VK_NUMPAD4

  • static int VK_NUMPAD5

  • static int VK_NUMPAD6

  • static int VK_NUMPAD7

  • static int VK_NUMPAD8

  • static int VK_NUMPAD9

  • static int VK_O

  • static int VK_OPEN_BRACKET --左方括号键“[”的常量。

  • static int VK_P

  • static int VK_PAGE_DOWN

  • static int VK_PAGE_UP

  • static int VK_PASTE

  • static int VK_PAUSE

  • static int VK_PERIOD --句号键“.”的常量。

  • static int VK_PLUS --加号键“+”的常量。

  • static int VK_PREVIOUS_CANDIDATE --上一个候选项功能键的常量。

  • static int VK_PRINTSCREEN

  • static int VK_PROPS

  • static int VK_Q

  • static int VK_QUOTE

  • static int VK_QUOTEDBL

  • static int VK_R

  • static int VK_RIGHT --非数字键盘向右箭头键的常量。

  • static int VK_RIGHT_PARENTHESIS --右圆括号键“)”的常量。

  • static int VK_ROMAN_CHARACTERS --罗马字符功能键的常量。

  • static int VK_S

  • static int VK_SCROLL_LOCK

  • static int VK_SEMICOLON --分号键“;”的常量。

  • static int VK_SEPARATER --此常量已过时,仅为向后兼容而包含。

  • static int VK_SEPARATOR --数字键盘分隔符键的常量。

  • static int VK_SHIFT

  • static int VK_SLASH --正斜杠键“/”的常量。

  • static int VK_SPACE

  • static int VK_STOP

  • static int VK_SUBTRACT

  • static int VK_T

  • static int VK_TAB

  • static int VK_U

  • static int VK_UNDEFINED --此值用于指示 keyCode 未知。

  • 静态 int VK_UNDERSCORE -- "_" 键的常量。

  • 静态 int VK_UNDO

  • 静态 int VK_UP -- 非数字小键盘向上箭头键的常量。

  • 静态 int VK_V

  • 静态 int VK_W

  • 静态 int VK_WINDOWS -- Microsoft Windows “Windows” 键的常量。

  • 静态 int VK_X

  • 静态 int VK_Y

  • 静态 int VK_Z

类构造函数

序号构造函数和描述
1

KeyEvent(Component source, int id, long when, int modifiers, int keyCode)

已过时。自 JDK 1.1 起。

2

KeyEvent(Component source, int id, long when, int modifiers, int keyCode, char keyChar)

构造 KeyEvent 对象。

3

KeyEvent(Component source, int id, long when, int modifiers, int keyCode, char keyChar, int keyLocation)

类方法

序号方法和描述
1

char getKeyChar()

返回此事件中与键关联的字符。

2

int getKeyCode()

返回此事件中与键关联的整数 keyCode。

3

int getKeyLocation()

返回产生此键盘事件的键的位置。

4

静态 String getKeyModifiersText(int modifiers)

返回一个字符串,描述修饰键,例如“Shift”或“Ctrl+Shift”。

5

静态 String getKeyText(int keyCode)

返回一个字符串,描述 keyCode,例如“HOME”、“F1”或“A”。

6

boolean isActionKey()

返回此事件中的键是否为“动作”键。

7

String paramString()

返回一个参数字符串,标识此事件。

8

void setKeyChar(char keyChar)

设置 keyChar 值以指示逻辑字符。

9

void setKeyCode(int keyCode)

设置 keyCode 值以指示物理键。

10

void setModifiers(int modifiers)

已过时。自 JDK 1.1.4 起。

继承的方法

此类继承自以下类的方法

  • java.awt.event.InputEvent

  • java.awt.event.ComponentEvent

  • java.awt.AWTEvent

  • java.util.EventObject

  • java.lang.Object

awt_event_classes.htm
广告