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

/openjdk7/jdk/src/share/classes/java/awt/event/
H A DKeyEvent.java140 * in the range from {@code KEY_FIRST} to {@code KEY_LAST}.
167 public static final int KEY_FIRST = 400; field in class:KeyEvent
181 public static final int KEY_TYPED = KEY_FIRST;
187 public static final int KEY_PRESSED = 1 + KEY_FIRST; //Event.KEY_PRESS
193 public static final int KEY_RELEASED = 2 + KEY_FIRST; //Event.KEY_RELEASE

Completed in 70 milliseconds