Searched refs:SentEvent (Results 1 - 4 of 4) sorted by relevance
/openjdk7/jdk/src/share/classes/java/awt/ |
H A D | SentEvent.java | 35 * another SentEvent to be handled. 39 class SentEvent extends AWTEvent implements ActiveEvent { class in inherits:AWTEvent,ActiveEvent 52 SentEvent() { method in class:SentEvent 55 SentEvent(AWTEvent nested) { method in class:SentEvent 58 SentEvent(AWTEvent nested, AppContext toNotify) { method in class:SentEvent 75 SunToolkit.postEvent(toNotify, new SentEvent()); 85 SunToolkit.postEvent(toNotify, new SentEvent());
|
H A D | SequencedEvent.java | 107 edt.pumpEvents(SentEvent.ID, new Conditional() { 202 SunToolkit.postEvent(appContext, new SentEvent()); 222 SunToolkit.postEvent(next.appContext, new SentEvent());
|
H A D | DefaultKeyboardFocusManager.java | 186 * A special type of SentEvent which updates a counter in the target 191 extends SentEvent 239 final SentEvent se = 252 edt.pumpEvents(SentEvent.ID, new Conditional() {
|
H A D | EventQueue.java | 1111 * is <code>false</code> then <code>SequencedEvent</code>, <code>SentEvent</code>, 1130 || entry.event instanceof SentEvent 1139 if (entry.event instanceof SentEvent) { 1140 ((SentEvent)entry.event).dispose();
|
Completed in 96 milliseconds