Searched refs:WINDOW_LOST_FOCUS (Results 1 - 10 of 10) 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";
/openjdk7/jdk/test/java/awt/Focus/AutoRequestFocusTest/
H A DTestHelper.java79 id == WindowEvent.WINDOW_GAINED_FOCUS || id == WindowEvent.WINDOW_LOST_FOCUS ||
/openjdk7/jdk/test/java/awt/Focus/NonFocusableWindowTest/
H A DNoEventsTest.java399 case WindowEvent.WINDOW_LOST_FOCUS: {
/openjdk7/jdk/src/share/classes/java/awt/
H A DDefaultKeyboardFocusManager.java311 WindowEvent.WINDOW_LOST_FOCUS,
648 case WindowEvent.WINDOW_LOST_FOCUS: {
H A DWindow.java1316 * until this Window receives a WINDOW_LOST_FOCUS or WINDOW_DEACTIVATED
1970 case WindowEvent.WINDOW_LOST_FOCUS:
2012 case WindowEvent.WINDOW_LOST_FOCUS:
2100 case WindowEvent.WINDOW_LOST_FOCUS:
H A DToolkit.java2407 event.id == WindowEvent.WINDOW_LOST_FOCUS))
/openjdk7/jdk/src/solaris/classes/sun/awt/X11/
H A DXWindowPeer.java642 WindowEvent we = new WindowEvent((Window)target, WindowEvent.WINDOW_LOST_FOCUS, oppositeWindow);
649 WindowEvent we = new WindowEvent((Window)target, WindowEvent.WINDOW_LOST_FOCUS, oppositeWindow);
H A DXComponentPeer.java598 case WindowEvent.WINDOW_LOST_FOCUS:
/openjdk7/jdk/src/macosx/classes/sun/lwawt/
H A DLWWindowPeer.java1332 int eventID = becomesFocused ? WindowEvent.WINDOW_GAINED_FOCUS : WindowEvent.WINDOW_LOST_FOCUS;
/openjdk7/jdk/src/share/classes/sun/awt/
H A DSunToolkit.java478 if (nested.getID() == WindowEvent.WINDOW_LOST_FOCUS &&

Completed in 95 milliseconds