org.uispec4j
Class Key
java.lang.Object
org.uispec4j.Key
public class Key
- extends java.lang.Object
Contants class defining keyboard keys.
|
Nested Class Summary |
static class |
Key.Modifier
Constants class for keyboard modifiers such as Control or Shift. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
A
public static final Key A
B
public static final Key B
C
public static final Key C
D
public static final Key D
E
public static final Key E
F
public static final Key F
G
public static final Key G
H
public static final Key H
I
public static final Key I
J
public static final Key J
K
public static final Key K
L
public static final Key L
M
public static final Key M
N
public static final Key N
O
public static final Key O
P
public static final Key P
Q
public static final Key Q
R
public static final Key R
S
public static final Key S
T
public static final Key T
U
public static final Key U
V
public static final Key V
W
public static final Key W
X
public static final Key X
Y
public static final Key Y
Z
public static final Key Z
d0
public static final Key d0
d1
public static final Key d1
d2
public static final Key d2
d3
public static final Key d3
d4
public static final Key d4
d5
public static final Key d5
d6
public static final Key d6
d7
public static final Key d7
d8
public static final Key d8
d9
public static final Key d9
MINUS
public static final Key MINUS
ADD
public static final Key ADD
SLASH
public static final Key SLASH
BACKSLASH
public static final Key BACKSLASH
EQUALS
public static final Key EQUALS
ASTERISK
public static final Key ASTERISK
DOLLAR
public static final Key DOLLAR
ENTER
public static final Key ENTER
DELETE
public static final Key DELETE
UP
public static final Key UP
DOWN
public static final Key DOWN
LEFT
public static final Key LEFT
RIGHT
public static final Key RIGHT
PAGE_DOWN
public static final Key PAGE_DOWN
PAGE_UP
public static final Key PAGE_UP
ESCAPE
public static final Key ESCAPE
CONTROL
public static final Key CONTROL
SHIFT
public static final Key SHIFT
ALT
public static final Key ALT
control
public static Key control(Key key)
alt
public static Key alt(Key key)
shift
public static Key shift(Key key)
getCode
public int getCode()
getModifier
public Key.Modifier getModifier()
isPrintable
public boolean isPrintable()
Copyright © 2004-2008. All Rights Reserved.