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

/openjdk7/jdk/src/share/classes/java/awt/event/
H A DKeyEvent.java45 * gets this <code>KeyEvent</code> when the event occurs.
139 * of any particular {@code KeyEvent} instance is not
152 public class KeyEvent extends InputEvent { class in inherits:InputEvent
920 public void setRawCode(KeyEvent ev, long rawCode) {
924 public void setPrimaryLevelUnicode(KeyEvent ev,
929 public void setExtendedKeyCode(KeyEvent ev,
942 private KeyEvent(Component source, int id, long when, int modifiers, method in class:KeyEvent
949 * Constructs a <code>KeyEvent</code> object.
957 * the class description for {@link KeyEvent}
998 public KeyEvent(Componen method in class:KeyEvent
1068 public KeyEvent(Component source, int id, long when, int modifiers, method in class:KeyEvent
1078 public KeyEvent(Component source, int id, long when, int modifiers, method in class:KeyEvent
[all...]

Completed in 51 milliseconds