Searched refs:WaitDispatchSupport (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/src/share/classes/java/awt/
H A DWaitDispatchSupport.java48 class WaitDispatchSupport implements SecondaryLoop { class in inherits:SecondaryLoop
51 PlatformLogger.getLogger("java.awt.event.WaitDispatchSupport");
71 timer = new Timer("AWT-WaitDispatchSupport-Timer", true);
76 * Creates a {@code WaitDispatchSupport} instance to
84 public WaitDispatchSupport(EventDispatchThread dispatchThread) { method in class:WaitDispatchSupport
89 * Creates a {@code WaitDispatchSupport} instance to
99 public WaitDispatchSupport(EventDispatchThread dispatchThread, method in class:WaitDispatchSupport
130 * Creates a {@code WaitDispatchSupport} instance to
148 public WaitDispatchSupport(EventDispatchThread dispatchThread, method in class:WaitDispatchSupport
H A DEventQueue.java986 return new WaitDispatchSupport(dispatchThread, cond, filter, interval);

Completed in 26 milliseconds