org.uispec4j
Class Key

java.lang.Object
  extended by 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.
 
Field Summary
static Key A
           
static Key ADD
           
static Key ALT
           
static Key ASTERISK
           
static Key B
           
static Key BACKSLASH
           
static Key C
           
static Key CONTROL
           
static Key D
           
static Key d0
           
static Key d1
           
static Key d2
           
static Key d3
           
static Key d4
           
static Key d5
           
static Key d6
           
static Key d7
           
static Key d8
           
static Key d9
           
static Key DELETE
           
static Key DOLLAR
           
static Key DOWN
           
static Key E
           
static Key ENTER
           
static Key EQUALS
           
static Key ESCAPE
           
static Key F
           
static Key G
           
static Key H
           
static Key I
           
static Key J
           
static Key K
           
static Key L
           
static Key LEFT
           
static Key M
           
static Key MINUS
           
static Key N
           
static Key O
           
static Key P
           
static Key PAGE_DOWN
           
static Key PAGE_UP
           
static Key Q
           
static Key R
           
static Key RIGHT
           
static Key S
           
static Key SHIFT
           
static Key SLASH
           
static Key T
           
static Key U
           
static Key UP
           
static Key V
           
static Key W
           
static Key X
           
static Key Y
           
static Key Z
           
 
Method Summary
static Key alt(Key key)
           
static Key control(Key key)
           
 int getCode()
           
 Key.Modifier getModifier()
           
 boolean isPrintable()
           
static Key shift(Key key)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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
Method Detail

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.