Searched defs:WINDOW_LOST_FOCUS (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/classes/java/awt/event/
H A DWindowEvent.java133 public static final int WINDOW_LOST_FOCUS = 8 + WINDOW_FIRST; field in class:WindowEvent
151 * lost activation or focus. For a WINDOW_DEACTIVATED or WINDOW_LOST_FOCUS
218 * <code>WINDOW_LOST_FOCUS</code> event, this is the
235 * {@code WINDOW_GAINED_FOCUS}, or {@code WINDOW_LOST_FOCUS}.
315 * WINDOW_LOST_FOCUS event, this is the Window that gained activation or
414 case WINDOW_LOST_FOCUS:
415 typeStr = "WINDOW_LOST_FOCUS";

Completed in 22 milliseconds