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

/openjdk7/jdk/src/share/classes/sun/awt/
H A DTimedWindowEvent.java31 public class TimedWindowEvent extends WindowEvent { class in inherits:WindowEvent
39 public TimedWindowEvent(Window source, int id, Window opposite, long time) { method in class:TimedWindowEvent
44 public TimedWindowEvent(Window source, int id, Window opposite, method in class:TimedWindowEvent
H A DSunToolkit.java479 nested instanceof TimedWindowEvent)
481 TimedWindowEvent twe = (TimedWindowEvent)nested;

Completed in 55 milliseconds