Searched refs:dispatchThread (Results 1 - 3 of 3) sorted by relevance

/openjdk7/jdk/src/share/classes/java/awt/
H A DWaitDispatchSupport.java53 private EventDispatchThread dispatchThread; field in class:WaitDispatchSupport
79 * @param dispatchThread An event dispatch thread that
84 public WaitDispatchSupport(EventDispatchThread dispatchThread) { argument
85 this(dispatchThread, null);
92 * @param dispatchThread An event dispatch thread that
99 public WaitDispatchSupport(EventDispatchThread dispatchThread, argument
102 if (dispatchThread == null) {
103 throw new IllegalArgumentException("The dispatchThread can not be null");
106 this.dispatchThread = dispatchThread;
148 WaitDispatchSupport(EventDispatchThread dispatchThread, Conditional extCondition, EventFilter filter, long interval) argument
[all...]
H A DEventQueue.java153 private EventDispatchThread dispatchThread; field in class:EventQueue
266 if (dispatchThread == null) {
324 AWTAutoShutdown.getInstance().notifyThreadBusy(dispatchThread);
542 AWTAutoShutdown.getInstance().notifyThreadFree(dispatchThread);
743 dispatchThread.stopDispatching();
786 return (Thread.currentThread() == dispatchThread)
824 return (Thread.currentThread() == dispatchThread)
855 if ((topQueue.dispatchThread != null) &&
856 (topQueue.dispatchThread.getEventQueue() == this))
858 newEventQueue.dispatchThread
[all...]
H A DContainer.java2890 EventDispatchThread dispatchThread =
2892 dispatchThread.pumpEventsForHierarchy(

Completed in 53 milliseconds