Module  javafx.graphics
软件包  javafx.scene.input

Enum KeyCode

    • Enum Constant Detail

      • ENTER

        public static final KeyCode ENTER
        常数为 Enter键。
      • BACK_SPACE

        public static final KeyCode BACK_SPACE
        常数为 Backspace键。
      • TAB

        public static final KeyCode TAB
        常数为 Tab键。
      • CANCEL

        public static final KeyCode CANCEL
        常数为 Cancel键。
      • CLEAR

        public static final KeyCode CLEAR
        常数为 Clear键。
      • SHIFT

        public static final KeyCode SHIFT
        常数为 Shift键。
      • CONTROL

        public static final KeyCode CONTROL
        常数为 Ctrl键。
      • ALT

        public static final KeyCode ALT
        常数为 Alt键。
      • PAUSE

        public static final KeyCode PAUSE
        常数为 Pause键。
      • CAPS

        public static final KeyCode CAPS
        常数为 Caps Lock键。
      • ESCAPE

        public static final KeyCode ESCAPE
        常数为 Esc键。
      • SPACE

        public static final KeyCode SPACE
        常数为 Space键。
      • PAGE_UP

        public static final KeyCode PAGE_UP
        常数为 Page Up键。
      • PAGE_DOWN

        public static final KeyCode PAGE_DOWN
        常数为 Page Down键。
      • END

        public static final KeyCode END
        常数为 End键。
      • HOME

        public static final KeyCode HOME
        常数为 Home键。
      • LEFT

        public static final KeyCode LEFT
        常数为非numpad 箭头键。
      • UP

        public static final KeyCode UP
        常数为非numpad 向上箭头键。
      • RIGHT

        public static final KeyCode RIGHT
        常数为非numpad 箭头键。
      • DOWN

        public static final KeyCode DOWN
        常数为非numpad 向下箭头键。
      • COMMA

        public static final KeyCode COMMA
        常数为逗号键“,”
      • MINUS

        public static final KeyCode MINUS
        常数为减号,“ - ”
      • PERIOD

        public static final KeyCode PERIOD
        期间关键的常数“”。
      • SLASH

        public static final KeyCode SLASH
        正斜杠的常数为“/”
      • DIGIT0

        public static final KeyCode DIGIT0
        常数为 0键。
      • DIGIT1

        public static final KeyCode DIGIT1
        常数为 1键。
      • DIGIT2

        public static final KeyCode DIGIT2
        常数为 2键。
      • DIGIT3

        public static final KeyCode DIGIT3
        常数为 3键。
      • DIGIT4

        public static final KeyCode DIGIT4
        常数为 4键。
      • DIGIT5

        public static final KeyCode DIGIT5
        常数为 5键。
      • DIGIT6

        public static final KeyCode DIGIT6
        常数为 6键。
      • DIGIT7

        public static final KeyCode DIGIT7
        常数为 7关键。
      • DIGIT8

        public static final KeyCode DIGIT8
        常数为 8键。
      • DIGIT9

        public static final KeyCode DIGIT9
        常数为 9键。
      • SEMICOLON

        public static final KeyCode SEMICOLON
        常数为分号键,“;”
      • EQUALS

        public static final KeyCode EQUALS
        等于键的常数,“=”
      • A

        public static final KeyCode A
        常数为 A键。
      • B

        public static final KeyCode B
        常数为 B关键。
      • C

        public static final KeyCode C
        常数为 C键。
      • D

        public static final KeyCode D
        常数为 D键。
      • E

        public static final KeyCode E
        常数为 E键。
      • F

        public static final KeyCode F
        常数为 F键。
      • G

        public static final KeyCode G
        常数为 G键。
      • H

        public static final KeyCode H
        常数为 H键。
      • I

        public static final KeyCode I
        常数为 I键。
      • J

        public static final KeyCode J
        常数为 J键。
      • K

        public static final KeyCode K
        常数为 K键。
      • L

        public static final KeyCode L
        常数为 L键。
      • M

        public static final KeyCode M
        常数为 M关键。
      • N

        public static final KeyCode N
        常数为 N键。
      • O

        public static final KeyCode O
        常数为 O键。
      • P

        public static final KeyCode P
        常数为 P键。
      • Q

        public static final KeyCode Q
        常数为 Q键。
      • R

        public static final KeyCode R
        常数为 R键。
      • S

        public static final KeyCode S
        常数为 S键。
      • T

        public static final KeyCode T
        常数为 T键。
      • U

        public static final KeyCode U
        常数为 U键。
      • V

        public static final KeyCode V
        常数为 V键。
      • W

        public static final KeyCode W
        常数为 W键。
      • X

        public static final KeyCode X
        常数为 X键。
      • Y

        public static final KeyCode Y
        常数为 Y键。
      • Z

        public static final KeyCode Z
        常数为 Z键。
      • OPEN_BRACKET

        public static final KeyCode OPEN_BRACKET
        常数为打开括号的键,“[”
      • BACK_SLASH

        public static final KeyCode BACK_SLASH
        常数为斜杠,“\”
      • CLOSE_BRACKET

        public static final KeyCode CLOSE_BRACKET
        关闭括号键的常数,“]”
      • NUMPAD0

        public static final KeyCode NUMPAD0
        常数为 Numpad 0键。
      • NUMPAD1

        public static final KeyCode NUMPAD1
        常数为 Numpad 1键。
      • NUMPAD2

        public static final KeyCode NUMPAD2
        常数为 Numpad 2键。
      • NUMPAD3

        public static final KeyCode NUMPAD3
        常数为 Numpad 3键。
      • NUMPAD4

        public static final KeyCode NUMPAD4
        常数为 Numpad 4键。
      • NUMPAD5

        public static final KeyCode NUMPAD5
        常数为 Numpad 5键。
      • NUMPAD6

        public static final KeyCode NUMPAD6
        常数为 Numpad 6键。
      • NUMPAD7

        public static final KeyCode NUMPAD7
        常数为 Numpad 7键。
      • NUMPAD8

        public static final KeyCode NUMPAD8
        常数为 Numpad 8键。
      • NUMPAD9

        public static final KeyCode NUMPAD9
        常数为 Numpad 9键。
      • MULTIPLY

        public static final KeyCode MULTIPLY
        常数为 Multiply键。
      • ADD

        public static final KeyCode ADD
        常数为 Add键。
      • SEPARATOR

        public static final KeyCode SEPARATOR
        Numpad Separator键的常数。
      • SUBTRACT

        public static final KeyCode SUBTRACT
        常数为 Subtract键。
      • DECIMAL

        public static final KeyCode DECIMAL
        常数为 Decimal键。
      • DIVIDE

        public static final KeyCode DIVIDE
        常数为 Divide键。
      • DELETE

        public static final KeyCode DELETE
        常数为 Delete键。
      • NUM_LOCK

        public static final KeyCode NUM_LOCK
        常数为 Num Lock键。
      • SCROLL_LOCK

        public static final KeyCode SCROLL_LOCK
        常数为 Scroll Lock键。
      • F1

        public static final KeyCode F1
        常数为F1功能键。
      • F2

        public static final KeyCode F2
        F2功能键的常数。
      • F3

        public static final KeyCode F3
        F3功能键的常数。
      • F4

        public static final KeyCode F4
        F4功能键的常数。
      • F5

        public static final KeyCode F5
        F5功能键的常数。
      • F6

        public static final KeyCode F6
        常数为F6功能键。
      • F7

        public static final KeyCode F7
        F7功能键的常数。
      • F8

        public static final KeyCode F8
        F8功能键的常数。
      • F9

        public static final KeyCode F9
        常数为F9功能键。
      • F10

        public static final KeyCode F10
        常数为F10功能键。
      • F11

        public static final KeyCode F11
        常数为F11功能键。
      • F12

        public static final KeyCode F12
        F12功能键的常数。
      • F13

        public static final KeyCode F13
        F13功能键的常数。
      • F14

        public static final KeyCode F14
        F14功能键的常数。
      • F15

        public static final KeyCode F15
        F15功能键的常数。
      • F16

        public static final KeyCode F16
        F16功能键的常数。
      • F17

        public static final KeyCode F17
        F17功能键的常数。
      • F18

        public static final KeyCode F18
        F18功能键的常数。
      • F19

        public static final KeyCode F19
        F19功能键的常数。
      • F20

        public static final KeyCode F20
        F20功能键的常数。
      • F21

        public static final KeyCode F21
        F21功能键的常数。
      • F22

        public static final KeyCode F22
        F22功能键的常数。
      • F23

        public static final KeyCode F23
        F23功能键的常数。
      • F24

        public static final KeyCode F24
        F24功能键的常数。
      • PRINTSCREEN

        public static final KeyCode PRINTSCREEN
        常数为 Print Screen键。
      • INSERT

        public static final KeyCode INSERT
        常数为 Insert键。
      • HELP

        public static final KeyCode HELP
        常数为 帮助键。
      • META

        public static final KeyCode META
        常数为 Meta键。
      • BACK_QUOTE

        public static final KeyCode BACK_QUOTE
        常数为 Back Quote键。
      • QUOTE

        public static final KeyCode QUOTE
        常数为 Quote键。
      • KP_UP

        public static final KeyCode KP_UP
        常数为数字键盘 向上箭头键。
      • KP_DOWN

        public static final KeyCode KP_DOWN
        常数为数字键盘 向下箭头键。
      • KP_LEFT

        public static final KeyCode KP_LEFT
        常数为数字键盘 箭头键。
      • KP_RIGHT

        public static final KeyCode KP_RIGHT
        数字键盘 箭头键的常数。
      • DEAD_GRAVE

        public static final KeyCode DEAD_GRAVE
        常数为 Dead Grave键。
      • DEAD_ACUTE

        public static final KeyCode DEAD_ACUTE
        常数为 Dead Acute键。
      • DEAD_CIRCUMFLEX

        public static final KeyCode DEAD_CIRCUMFLEX
        常数为 Dead Circumflex键。
      • DEAD_TILDE

        public static final KeyCode DEAD_TILDE
        常数为 Dead Tilde键。
      • DEAD_MACRON

        public static final KeyCode DEAD_MACRON
        常数为 Dead Macron键。
      • DEAD_BREVE

        public static final KeyCode DEAD_BREVE
        常数为 Dead Breve键。
      • DEAD_ABOVEDOT

        public static final KeyCode DEAD_ABOVEDOT
        常数为 Dead Abovedot键。
      • DEAD_DIAERESIS

        public static final KeyCode DEAD_DIAERESIS
        常数为 Dead Diaeresis键。
      • DEAD_ABOVERING

        public static final KeyCode DEAD_ABOVERING
        常数为 Dead Abovering键。
      • DEAD_DOUBLEACUTE

        public static final KeyCode DEAD_DOUBLEACUTE
        常数为 Dead Doubleacute键。
      • DEAD_CARON

        public static final KeyCode DEAD_CARON
        常数为 Dead Caron键。
      • DEAD_CEDILLA

        public static final KeyCode DEAD_CEDILLA
        常数为 Dead Cedilla键。
      • DEAD_OGONEK

        public static final KeyCode DEAD_OGONEK
        常数为 Dead Ogonek键。
      • DEAD_IOTA

        public static final KeyCode DEAD_IOTA
        常数为 Dead Iota键。
      • DEAD_VOICED_SOUND

        public static final KeyCode DEAD_VOICED_SOUND
        常数为 Dead Voiced Sound键。
      • DEAD_SEMIVOICED_SOUND

        public static final KeyCode DEAD_SEMIVOICED_SOUND
        常数为 Dead Semivoiced Sound键。
      • AMPERSAND

        public static final KeyCode AMPERSAND
        常数为 Ampersand键。
      • ASTERISK

        public static final KeyCode ASTERISK
        常数为 Asterisk键。
      • QUOTEDBL

        public static final KeyCode QUOTEDBL
        常数为 Double Quote键。
      • LESS

        public static final KeyCode LESS
        常数为 Less键。
      • GREATER

        public static final KeyCode GREATER
        常数为 Greater键。
      • BRACELEFT

        public static final KeyCode BRACELEFT
        常数为 Left Brace键。
      • BRACERIGHT

        public static final KeyCode BRACERIGHT
        常数为 Right Brace键。
      • AT

        public static final KeyCode AT
        “@”键的常数。
      • COLON

        public static final KeyCode COLON
        “:”键的常数。
      • CIRCUMFLEX

        public static final KeyCode CIRCUMFLEX
        常数为“^”键。
      • DOLLAR

        public static final KeyCode DOLLAR
        “$”键的常数。
      • EURO_SIGN

        public static final KeyCode EURO_SIGN
        欧元货币符号键的常数。
      • EXCLAMATION_MARK

        public static final KeyCode EXCLAMATION_MARK
        常数为“!” 键。
      • INVERTED_EXCLAMATION_MARK

        public static final KeyCode INVERTED_EXCLAMATION_MARK
        反转感叹号的常数。
      • LEFT_PARENTHESIS

        public static final KeyCode LEFT_PARENTHESIS
        常数为“(”键。
      • NUMBER_SIGN

        public static final KeyCode NUMBER_SIGN
        “#”键的常数。
      • PLUS

        public static final KeyCode PLUS
        常数为“+”键。
      • RIGHT_PARENTHESIS

        public static final KeyCode RIGHT_PARENTHESIS
        常数为“)”键。
      • UNDERSCORE

        public static final KeyCode UNDERSCORE
        常量为“_”键。
      • WINDOWS

        public static final KeyCode WINDOWS
        Microsoft Windows“Windows”键的常数。 它用于键盘的左右两个版本。
      • CONTEXT_MENU

        public static final KeyCode CONTEXT_MENU
        Microsoft Windows上下文菜单键的常数。
      • FINAL

        public static final KeyCode FINAL
        用于亚洲键盘的输入法支持常数。
      • CONVERT

        public static final KeyCode CONVERT
        转换功能键的常数。
      • NONCONVERT

        public static final KeyCode NONCONVERT
        不转换功能键的常数。
      • ACCEPT

        public static final KeyCode ACCEPT
        接受或提交功能键的常数。
      • MODECHANGE

        public static final KeyCode MODECHANGE
        常数为 Mode Change键。
      • KANA

        public static final KeyCode KANA
        常数为 Kana键。
      • KANJI

        public static final KeyCode KANJI
        常数为 Kanji键。
      • ALPHANUMERIC

        public static final KeyCode ALPHANUMERIC
        字母数字功能键的常数。
      • KATAKANA

        public static final KeyCode KATAKANA
        片假名功能键的常数。
      • HIRAGANA

        public static final KeyCode HIRAGANA
        平假名功能键的常数。
      • FULL_WIDTH

        public static final KeyCode FULL_WIDTH
        全角字符的常量功能键。
      • HALF_WIDTH

        public static final KeyCode HALF_WIDTH
        半角字符功能键的常数。
      • ROMAN_CHARACTERS

        public static final KeyCode ROMAN_CHARACTERS
        罗马字符功能键的常数。
      • ALL_CANDIDATES

        public static final KeyCode ALL_CANDIDATES
        所有候选人的常数功能键。
      • PREVIOUS_CANDIDATE

        public static final KeyCode PREVIOUS_CANDIDATE
        上一个候选功能键的常数。
      • CODE_INPUT

        public static final KeyCode CODE_INPUT
        代码输入功能键的常数。
      • JAPANESE_KATAKANA

        public static final KeyCode JAPANESE_KATAKANA
        日本片假名功能键的常数。 该键切换到日文输入法,并选择其片假名输入模式。
      • JAPANESE_HIRAGANA

        public static final KeyCode JAPANESE_HIRAGANA
        日文 - 平假名功能键的常数。 此键切换到日语输入法,并选择其平假名输入模式。
      • JAPANESE_ROMAN

        public static final KeyCode JAPANESE_ROMAN
        日常罗马功能键的常数。 该键切换到日语输入法,并选择其Roman-Direct输入模式。
      • KANA_LOCK

        public static final KeyCode KANA_LOCK
        锁定假名功能键的常数。 该键将键盘锁定到假名布局。
      • INPUT_METHOD_ON_OFF

        public static final KeyCode INPUT_METHOD_ON_OFF
        输入法/常规键的常数。
      • CUT

        public static final KeyCode CUT
        常数为 Cut键。
      • COPY

        public static final KeyCode COPY
        常数为 Copy键。
      • PASTE

        public static final KeyCode PASTE
        常数为 Paste键。
      • UNDO

        public static final KeyCode UNDO
        常数为 Undo键。
      • AGAIN

        public static final KeyCode AGAIN
        常数为 Again键。
      • FIND

        public static final KeyCode FIND
        常数为 Find键。
      • PROPS

        public static final KeyCode PROPS
        常数为 Properties键。
      • STOP

        public static final KeyCode STOP
        常数为 Stop键。
      • COMPOSE

        public static final KeyCode COMPOSE
        输入法/常规键的常数。
      • ALT_GRAPH

        public static final KeyCode ALT_GRAPH
        AltGraph功能键的常数。
      • BEGIN

        public static final KeyCode BEGIN
        常数为开始键。
      • UNDEFINED

        public static final KeyCode UNDEFINED
        该值用于表示keyCode未知。 键类型事件没有keyCode值; 该值被替代使用。
      • SOFTKEY_0

        public static final KeyCode SOFTKEY_0
        常数为 Softkey 0键。
      • SOFTKEY_1

        public static final KeyCode SOFTKEY_1
        常数为 Softkey 1键。
      • SOFTKEY_2

        public static final KeyCode SOFTKEY_2
        常数为 Softkey 2键。
      • SOFTKEY_3

        public static final KeyCode SOFTKEY_3
        常数为 Softkey 3关键。
      • SOFTKEY_4

        public static final KeyCode SOFTKEY_4
        常数为 Softkey 4键。
      • SOFTKEY_5

        public static final KeyCode SOFTKEY_5
        常数为 Softkey 5键。
      • SOFTKEY_6

        public static final KeyCode SOFTKEY_6
        常数为 Softkey 6键。
      • SOFTKEY_7

        public static final KeyCode SOFTKEY_7
        常数为 Softkey 7键。
      • SOFTKEY_8

        public static final KeyCode SOFTKEY_8
        常数为 Softkey 8键。
      • SOFTKEY_9

        public static final KeyCode SOFTKEY_9
        常数为 Softkey 9键。
      • GAME_A

        public static final KeyCode GAME_A
        常数为 Game A键。
      • GAME_B

        public static final KeyCode GAME_B
        常数为 Game B键。
      • GAME_C

        public static final KeyCode GAME_C
        常数为 Game C键。
      • GAME_D

        public static final KeyCode GAME_D
        常数为 Game D键。
      • STAR

        public static final KeyCode STAR
        常数为 Star键。
      • POUND

        public static final KeyCode POUND
        常数为 Pound键。
      • POWER

        public static final KeyCode POWER
        常数为 Power键。
      • INFO

        public static final KeyCode INFO
        常数为 Info键。
      • COLORED_KEY_0

        public static final KeyCode COLORED_KEY_0
        常数为 Colored Key 0键。
      • COLORED_KEY_1

        public static final KeyCode COLORED_KEY_1
        常数为 Colored Key 1键。
      • COLORED_KEY_2

        public static final KeyCode COLORED_KEY_2
        常数为 Colored Key 2键。
      • COLORED_KEY_3

        public static final KeyCode COLORED_KEY_3
        常数为 Colored Key 3键。
      • EJECT_TOGGLE

        public static final KeyCode EJECT_TOGGLE
        常数为 Eject关键。
      • PLAY

        public static final KeyCode PLAY
        常数为 Play键。
      • RECORD

        public static final KeyCode RECORD
        常数为 Record键。
      • FAST_FWD

        public static final KeyCode FAST_FWD
        常数为 Fast Forward键。
      • REWIND

        public static final KeyCode REWIND
        常数为 Rewind键。
      • TRACK_PREV

        public static final KeyCode TRACK_PREV
        常数为 Previous Track键。
      • TRACK_NEXT

        public static final KeyCode TRACK_NEXT
        常数为 Next Track键。
      • CHANNEL_UP

        public static final KeyCode CHANNEL_UP
        常数为 Channel Up键。
      • CHANNEL_DOWN

        public static final KeyCode CHANNEL_DOWN
        常数为 Channel Down键。
      • VOLUME_UP

        public static final KeyCode VOLUME_UP
        常数为 Volume Up键。
      • VOLUME_DOWN

        public static final KeyCode VOLUME_DOWN
        常数为 Volume Down键。
      • MUTE

        public static final KeyCode MUTE
        常数为 Mute键。
      • COMMAND

        public static final KeyCode COMMAND
        苹果的常数 Command键。
        从以下版本开始:
        JavaFX 2.1
      • SHORTCUT

        public static final KeyCode SHORTCUT
        常数为 Shortcut键。
    • 方法详细信息

      • values

        public static KeyCode[] values​()
        按照它们声明的顺序返回一个包含此枚举类型常量的数组。 该方法可用于遍历常量如下:
          for (KeyCode c : KeyCode.values())
            System.out.println(c); 
        结果
        一个包含这个枚举类型的常量的数组,按照它们被声明的顺序
      • valueOf

        public static KeyCode valueOf​(String name)
        以指定的名称返回此类型的枚举常量。 字符串必须完全匹配用于声明此类型的枚举常量的标识符。 (不允许使用外来空白字符。)
        参数
        name - 要返回的枚举常数的名称。
        结果
        具有指定名称的枚举常数
        异常
        IllegalArgumentException - 如果此枚举类型没有指定名称的常量
        NullPointerException - 如果参数为空
      • isFunctionKey

        public final boolean isFunctionKey​()
        F1,F2等功能键
        结果
        如果此键代码对应于功能键,则为true
        从以下版本开始:
        JavaFX 2.2
      • isNavigationKey

        public final boolean isNavigationKey​()
        导航键是箭头键和Page Down,Page Up,Home,End(包括键盘键)
        结果
        如果该键代码对应于导航键,则为真
        从以下版本开始:
        JavaFX 2.2
      • isArrowKey

        public final boolean isArrowKey​()
        左,右,上,下键(包括键盘箭头)
        结果
        如果此键代码对应于箭头键,则为true
        从以下版本开始:
        JavaFX 2.2
      • isModifierKey

        public final boolean isModifierKey​()
        可以作为修饰符的键
        结果
        如果此键代码对应于修饰键,则为true
        从以下版本开始:
        JavaFX 2.2
      • isLetterKey

        public final boolean isLetterKey​()
        所有键与字母
        结果
        如果此键码对应于字母键,则为true
        从以下版本开始:
        JavaFX 2.2
      • isDigitKey

        public final boolean isDigitKey​()
        所有数字键(包括键盘数字)
        结果
        如果此键码对应于数字键,则为真
        从以下版本开始:
        JavaFX 2.2
      • isKeypadKey

        public final boolean isKeypadKey​()
        键盘上的所有键
        结果
        如果该键码对应于键盘键,则为真
        从以下版本开始:
        JavaFX 2.2
      • isWhitespaceKey

        public final boolean isWhitespaceKey​()
        空格,制表符并输入
        结果
        如果此密钥代码对应于空格键,则为true
        从以下版本开始:
        JavaFX 2.2
      • isMediaKey

        public final boolean isMediaKey​()
        所有多媒体键(通道上/下,音量控制等)
        结果
        如果此键码对应于媒体密钥,则为true
        从以下版本开始:
        JavaFX 2.2
      • getName

        public final String getName​()
        获取此密钥代码的名称。
        结果
        此密钥代码的名称
      • getChar

        public final String getChar​()
        返回此键代码的字符元素,这只是 getCode()返回的底层平台代码的 映射
        结果
        这个键码的字符元素
        从以下版本开始:
        9
      • getCode

        public final int getCode​()
        返回用于表示关键代码中的 character的底层平台代码。
        结果
        底层平台代码用于代表关键代码中的 character
        从以下版本开始:
        9
      • getKeyCode

        public static KeyCode getKeyCode​(String name)
        解析一个键的文本表示。
        参数
        name - 密钥的文本表示
        结果
        具有给定名称的键的KeyCode,如果字符串未知,则为null