Searched refs:dispatched (Results 1 - 5 of 5) sorted by relevance

/openjdk7/jdk/src/share/classes/java/awt/
H A DSentEvent.java48 boolean dispatched; field in class:SentEvent
73 dispatched = true;
83 dispatched = true;
H A DAWTEvent.java359 * @param newSource the new Object to which the event should be dispatched
606 void dispatched() { method in class:AWTEvent
614 log.fine("AWTEvent.dispatched() got IllegalAccessException ", e);
H A DDefaultKeyboardFocusManager.java228 * the current AppContext, then the event is immediately dispatched.
232 * Returns true if successfuly dispatched event, false if failed
254 return !se.dispatched && !targetAppContext.isDisposed();
259 while (!se.dispatched && !targetAppContext.isDisposed()) {
269 return se.dispatched;
276 * related to focus, and all KeyEvents. These events are dispatched based
282 * @param e the AWTEvent to be dispatched
283 * @return <code>true</code> if this method dispatched the event;
738 * KeyEventDispatcher in the dispatcher chain dispatched the KeyEvent, or
751 * @param e the KeyEvent to be dispatched
[all...]
H A DEventQueue.java67 * on this <code>EventQueue</code> with the event to be dispatched
72 * are dispatched:
76 * this queue are dispatched simultaneously.
81 * dispatched before event A.
161 * The time stamp of the last dispatched InputEvent or ActionEvent.
654 * dispatched depends upon the type of the event and the
736 event.dispatched();
754 * that was dispatched from the <code>EventQueue</code> associated with the
756 * dispatched, its timestamp will be returned. If no events have yet
757 * been dispatched, th
[all...]
/openjdk7/jdk/src/share/classes/java/awt/event/
H A DInvocationEvent.java33 * </code> when dispatched by the AWT event dispatcher thread. This class can
94 private volatile boolean dispatched = false; field in class:InvocationEvent
133 * method when dispatched.
156 * method when dispatched. If notifier is non-<code>null</code>,
194 * method when dispatched. If notifier is non-<code>null</code>,
254 dispatched = true;
300 * Returns {@code true} if the event is dispatched or any exception is
305 * got dispatched:
322 * @return {@code true} if the event has been dispatched, or any exception
330 return dispatched;
[all...]

Completed in 37 milliseconds