Searched defs:KEY_TYPED (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/classes/java/awt/event/
H A DKeyEvent.java61 * CHAR_UNDEFINED. Character input is reported by KEY_TYPED events:
64 * is guaranteed to be meaningful only for KEY_TYPED events.
88 * will be fired with VK_A. Separately, a KEY_TYPED event with a keyChar
96 * {@code KEY_TYPED} (is only generated if a valid Unicode character could be generated.)
107 * keys like F1 and the HELP key, do not generate KEY_TYPED events.
181 public static final int KEY_TYPED = KEY_FIRST; field in class:KeyEvent
806 * KEY_TYPED events do not have a keyCode value; this value
820 * <code>KEY_TYPED</code> events do not have a keyLocation; this value
980 * if <code>id</code> is <code>KEY_TYPED</code> and
982 * or if <code>id</code> is <code>KEY_TYPED</cod
[all...]

Completed in 34 milliseconds