Overview
Package
Class
Use
Tree
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
K
KEYCODE_BIT
- Static variable in class org.eclipse.swt.
SWT
Accelerator constant used to differentiate a key code from a unicode character.
KEYPAD
- Static variable in class org.eclipse.ercp.swt.mobile.
Input
input feature has hardware keys labeled 0 - 9, *, and #
KEYPAD_0
- Static variable in class org.eclipse.swt.
SWT
Keyboard event constant representing the numeric key pad zero key (value is (1<<24)+48).
KEYPAD_1
- Static variable in class org.eclipse.swt.
SWT
Keyboard event constant representing the numeric key pad one key (value is (1<<24)+49).
KEYPAD_2
- Static variable in class org.eclipse.swt.
SWT
Keyboard event constant representing the numeric key pad two key (value is (1<<24)+50).
KEYPAD_3
- Static variable in class org.eclipse.swt.
SWT
Keyboard event constant representing the numeric key pad three key (value is (1<<24)+51).
KEYPAD_4
- Static variable in class org.eclipse.swt.
SWT
Keyboard event constant representing the numeric key pad four key (value is (1<<24)+52).
KEYPAD_5
- Static variable in class org.eclipse.swt.
SWT
Keyboard event constant representing the numeric key pad five key (value is (1<<24)+53).
KEYPAD_6
- Static variable in class org.eclipse.swt.
SWT
Keyboard event constant representing the numeric key pad six key (value is (1<<24)+54).
KEYPAD_7
- Static variable in class org.eclipse.swt.
SWT
Keyboard event constant representing the numeric key pad seven key (value is (1<<24)+55).
KEYPAD_8
- Static variable in class org.eclipse.swt.
SWT
Keyboard event constant representing the numeric key pad eight key (value is (1<<24)+56).
KEYPAD_9
- Static variable in class org.eclipse.swt.
SWT
Keyboard event constant representing the numeric key pad nine key (value is (1<<24)+57).
KEYPAD_ADD
- Static variable in class org.eclipse.swt.
SWT
Keyboard event constant representing the numeric key pad add key (value is (1<<24)+43).
KEYPAD_CR
- Static variable in class org.eclipse.swt.
SWT
Keyboard event constant representing the numeric key pad enter key (value is (1<<24)+80).
KEYPAD_DECIMAL
- Static variable in class org.eclipse.swt.
SWT
Keyboard event constant representing the numeric key pad decimal key (value is (1<<24)+46).
KEYPAD_DIVIDE
- Static variable in class org.eclipse.swt.
SWT
Keyboard event constant representing the numeric key pad divide key (value is (1<<24)+47).
KEYPAD_EQUAL
- Static variable in class org.eclipse.swt.
SWT
Keyboard event constant representing the numeric key pad equal key (value is (1<<24)+61).
KEYPAD_MULTIPLY
- Static variable in class org.eclipse.swt.
SWT
Keyboard event constant representing the numeric key pad multiply key (value is (1<<24)+42).
KEYPAD_SUBTRACT
- Static variable in class org.eclipse.swt.
SWT
Keyboard event constant representing the numeric key pad subtract key (value is (1<<24)+45).
KEY_MASK
- Static variable in class org.eclipse.swt.
SWT
Accelerator constant used to extract the key stroke portion of an accelerator.
KeyDown
- Static variable in class org.eclipse.swt.
SWT
The key down event type (value is 1).
KeyEvent
- class org.eclipse.swt.events.
KeyEvent
.
Instances of this class are sent as a result of keys being pressed and released on the keyboard
KeyEvent(Event)
- Constructor for class org.eclipse.swt.events.
KeyEvent
Constructs a new instance of this class based on the information in the given untyped event.
KeyListener
- interface org.eclipse.swt.events.
KeyListener
.
Classes which implement this interface provide methods that deal with the events that are generated as keys are pressed on the system keyboard.
KeyUp
- Static variable in class org.eclipse.swt.
SWT
The key up event type (value is 2).
keyCode
- Variable in class org.eclipse.swt.events.
KeyEvent
the key code of the key that was typed, as defined by the key code constants in class
SWT
.
keyCode
- Variable in class org.eclipse.swt.widgets.
Event
depending on the event, the key code of the key that was typed, as defined by the key code constants in class
SWT
.
keyPressed(KeyEvent)
- Method in interface org.eclipse.swt.events.
KeyListener
Sent when a key is pressed on the system keyboard.
keyReleased(KeyEvent)
- Method in interface org.eclipse.swt.events.
KeyListener
Sent when a key is released on the system keyboard.
keyTraversed(TraverseEvent)
- Method in interface org.eclipse.swt.events.
TraverseListener
Sent when a traverse event occurs in a control.
Overview
Package
Class
Use
Tree
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y