Searched defs:WindowEvent (Results 1 - 1 of 1) sorted by relevance
/openjdk7/jdk/src/share/classes/java/awt/event/ |
H A D | WindowEvent.java | 43 * gets this <code>WindowEvent</code> when the event occurs. 46 * of any particular {@code WindowEvent} instance is not 58 public class WindowEvent extends ComponentEvent { class in inherits:ComponentEvent 153 * type of WindowEvent, or if the focus or activation change occurs with a 176 * Constructs a <code>WindowEvent</code> object. 185 * the class description for {@link WindowEvent} 200 public WindowEvent(Window source, int id, Window opposite, method in class:WindowEvent 210 * Constructs a <code>WindowEvent</code> object with the 231 * the class description for {@link WindowEvent}. 236 * {@code WindowEvent} type 247 public WindowEvent(Window source, int id, Window opposite) { method in class:WindowEvent 280 public WindowEvent(Window source, int id, int oldState, int newState) { method in class:WindowEvent 298 public WindowEvent(Window source, int id) { method in class:WindowEvent [all...] |
Completed in 29 milliseconds