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 Z

K

key - Variable in class org.eclipse.swt.internal.win32.ACCEL
 
KEY_ENUMERATE_SUB_KEYS - Static variable in class org.eclipse.swt.internal.win32.OS
 
KEY_MASK - Static variable in class org.eclipse.swt.SWT
Accelerator constant used to extract the key stroke portion of an accelerator.
KEY_NOTIFY - Static variable in class org.eclipse.swt.internal.win32.OS
 
KEY_QUERY_VALUE - Static variable in class org.eclipse.swt.internal.win32.OS
 
KEY_READ - Static variable in class org.eclipse.swt.internal.win32.OS
 
KeyAdapter - Class in org.eclipse.swt.events
This adapter class provides default implementations for the methods described by the KeyListener interface.
KeyAdapter() - Constructor for class org.eclipse.swt.events.KeyAdapter
 
KEYBDINPUT - Class in org.eclipse.swt.internal.win32
 
KEYBDINPUT() - Constructor for class org.eclipse.swt.internal.win32.KEYBDINPUT
 
KEYBOARD_BIDI - Static variable in class org.eclipse.swt.internal.BidiUtil
 
KEYBOARD_NON_BIDI - Static variable in class org.eclipse.swt.internal.BidiUtil
 
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.
KEYCODE_BIT - Static variable in class org.eclipse.swt.SWT
Accelerator constant used to differentiate a key code from a unicode character.
KeyDown - Static variable in class org.eclipse.swt.SWT
The key down event type (value is 1).
KeyEvent - Class in org.eclipse.swt.events
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.
KEYEVENTF_KEYUP - Static variable in class org.eclipse.swt.internal.win32.OS
 
KeyListener - Interface in org.eclipse.swt.events
Classes which implement this interface provide methods that deal with the events that are generated as keys are pressed on the system keyboard.
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).
keyPressed(KeyEvent) - Method in class org.eclipse.swt.events.KeyAdapter
Sent when a key is pressed on the system keyboard.
keyPressed(KeyEvent) - Method in interface org.eclipse.swt.events.KeyListener
Sent when a key is pressed on the system keyboard.
keyReleased(KeyEvent) - Method in class org.eclipse.swt.events.KeyAdapter
Sent when a key is released 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.
KeyUp - Static variable in class org.eclipse.swt.SWT
The key up event type (value is 2).
KillTimer(int, int) - Static method in class org.eclipse.swt.internal.win32.OS
 
kind - Variable in class org.eclipse.swt.ole.win32.OlePropertyDescription
 

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 Z