viewtify.keys
Key
Backspace
Key
Constant for the Backspace
key.
Tab
Key
Constant for the Tab
key.
Enter
Key
Constant for the Enter
key.
Clear
Key
Constant for the Clear
key.
Shift
Key
Constant for the Shift
key.
Control
Key
Constant for the Ctrl
key.
Alt
Key
Constant for the Alt
key.
Pause
Key
Constant for the Pause
key.
CapsLock
Key
Constant for the Caps Lock
key.
Escape
Key
Constant for the Esc
key.
Space
Key
Constant for the Space
key.
PageUp
Key
Constant for the Page Up
key.
PageDown
Key
Constant for the Page Down
key.
End
Key
Constant for the End
key.
Home
Key
Constant for the Home
key.
Left
Key
Constant for the non-numpad left arrow key.
Up
Key
Constant for the non-numpad up arrow key.
Right
Key
Constant for the non-numpad right arrow key.
Down
Key
Constant for the non-numpad down arrow key.
Insert
Key
Constant for the Insert
key.
Delete
Key
Constant for the Delete
key.
Comma
Key
Constant for the comma key, ","
Minus
Key
Constant for the minus key, "-"
Period
Key
Constant for the period key, "."
Slash
Key
Constant for the forward slash key, "/"
Digit0
Key
Constant for the 0
key.
Digit1
Key
Constant for the 1
key.
Digit2
Key
Constant for the 2
key.
Digit3
Key
Constant for the 3
key.
Digit4
Key
Constant for the 4
key.
Digit5
Key
Constant for the 5
key.
Digit6
Key
Constant for the 6
key.
Digit7
Key
Constant for the 7
key.
Digit8
Key
Constant for the 8
key.
Digit9
Key
Constant for the 9
key.
SemiColon
Key
Constant for the semicolon key, ";"
A
Key
Constant for the A
key.
B
Key
Constant for the B
key.
C
Key
Constant for the C
key.
D
Key
Constant for the D
key.
E
Key
Constant for the E
key.
F
Key
Constant for the F
key.
G
Key
Constant for the G
key.
H
Key
Constant for the H
key.
I
Key
Constant for the I
key.
J
Key
Constant for the J
key.
K
Key
Constant for the K
key.
L
Key
Constant for the L
key.
M
Key
Constant for the M
key.
N
Key
Constant for the N
key.
O
Key
Constant for the O
key.
P
Key
Constant for the P
key.
Q
Key
Constant for the Q
key.
R
Key
Constant for the R
key.
S
Key
Constant for the S
key.
T
Key
Constant for the T
key.
U
Key
Constant for the U
key.
V
Key
Constant for the V
key.
W
Key
Constant for the W
key.
X
Key
Constant for the X
key.
Y
Key
Constant for the Y
key.
Z
Key
Constant for the Z
key.
OpenBracket
Key
Constant for the open bracket key, "["
BackSlash
Key
Constant for the back slash key, ""
CloseBracket
Key
Constant for the close bracket key, "]"
Numpad0
Key
Constant for the Numpad 0
key.
Numpad1
Key
Constant for the Numpad 1
key.
Numpad2
Key
Constant for the Numpad 2
key.
Numpad3
Key
Constant for the Numpad 3
key.
Numpad4
Key
Constant for the Numpad 4
key.
Numpad5
Key
Constant for the Numpad 5
key.
Numpad6
Key
Constant for the Numpad 6
key.
Numpad7
Key
Constant for the Numpad 7
key.
Numpad8
Key
Constant for the Numpad 8
key.
Numpad9
Key
Constant for the Numpad 9
key.
Multiply
Key
Constant for the Multiply
key.
Add
Key
Constant for the Add
key.
Subtract
Key
Constant for the Subtract
key.
DecimalPoint
Key
Constant for the Decimal
key.
Divide
Key
Constant for the Divide
key.
NumLock
Key
Constant for the Num Lock
key.
ScrollLock
Key
Constant for the Scroll Lock
key.
F1
Key
Constant for the F1 function key.
F2
Key
Constant for the F2 function key.
F3
Key
Constant for the F3 function key.
F4
Key
Constant for the F4 function key.
F5
Key
Constant for the F5 function key.
F6
Key
Constant for the F6 function key.
F7
Key
Constant for the F7 function key.
F8
Key
Constant for the F8 function key.
F9
Key
Constant for the F9 function key.
F10
Key
Constant for the F10 function key.
F11
Key
Constant for the F11 function key.
F12
Key
Constant for the F12 function key.
F13
Key
Constant for the F13 function key.
F14
Key
Constant for the F14 function key.
F15
Key
Constant for the F15 function key.
F16
Key
Constant for the F16 function key.
AtSign
Key
Constant for the "@" key.
Colon
Key
Constant for the ":" key.
Circumflex
Key
Constant for the "^" key.
WINDOWS
Key
Constant for the Microsoft Windows "Windows" key. It is used for both the left and right version of the key.
None
Key
Null object for Key
.
code
int
The native key code.
name
String
The key name.
alt
()
Key
Key |
A modified key combination. |
With modifier.
ctrl
()
Key
Key |
A modified key combination. |
With modifier.
meta
()
Key
Key |
A modified key combination. |
With modifier.
shift
()
Key
Key |
A modified key combination. |
With modifier.
match
(javafx.scene.input.KeyEvent
e
)
boolean
javafx.scene.input.KeyEvent
e
)javafx.scene.input.KeyEvent e |
|
boolean |
Tests if this key matches the combination on the specified KeyEvent.
combi
()
javafx.scene.input.KeyCodeCombination
javafx.scene.input.KeyCodeCombination |
hashCode
()
int
int |
equals
(Object
obj
)
boolean
Object
obj
)Object obj |
|
boolean |
toString
()
String
String |