Searched refs:WINDOW_GAINED_FOCUS (Results 1 - 9 of 9) sorted by relevance

/openjdk7/jdk/src/share/classes/java/awt/event/
H A DWindowEvent.java126 public static final int WINDOW_GAINED_FOCUS = 7 + WINDOW_FIRST; field in class:WindowEvent
150 * WINDOW_ACTIVATED or WINDOW_GAINED_FOCUS event, this is the Window that
215 * <code>WINDOW_GAINED_FOCUS</code> event, this is the
235 * {@code WINDOW_GAINED_FOCUS}, or {@code WINDOW_LOST_FOCUS}.
313 * For a WINDOW_ACTIVATED or WINDOW_GAINED_FOCUS event, this is the Window
411 case WINDOW_GAINED_FOCUS:
412 typeStr = "WINDOW_GAINED_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/regtesthelpers/
H A DUtil.java549 case WindowEvent.WINDOW_GAINED_FOCUS:
566 * Tracks WINDOW_GAINED_FOCUS event for a window caused by an action.
574 return trackEvent(WindowEvent.WINDOW_GAINED_FOCUS, window, action, time, printEvent);
/openjdk7/jdk/src/share/classes/java/awt/
H A DDefaultKeyboardFocusManager.java289 case WindowEvent.WINDOW_GAINED_FOCUS: {
350 // a WINDOW_GAINED_FOCUS handler.
360 // WINDOW_GAINED_FOCUS message which was generated by a
408 WindowEvent.WINDOW_GAINED_FOCUS,
489 // FOCUS_GAINED event. We synthesize a WINDOW_GAINED_FOCUS
498 WindowEvent.WINDOW_GAINED_FOCUS,
506 // WINDOW_GAINED_FOCUS handler
H A DWindow.java994 * until it receives a WINDOW_GAINED_FOCUS or WINDOW_ACTIVATED event.
1256 * Window until this Window receives a WINDOW_GAINED_FOCUS or WINDOW_ACTIVATED
1969 case WindowEvent.WINDOW_GAINED_FOCUS:
2011 case WindowEvent.WINDOW_GAINED_FOCUS:
2097 case WindowEvent.WINDOW_GAINED_FOCUS:
3348 // - or later we will have problems with opposite while handling WINDOW_GAINED_FOCUS
H A DToolkit.java2406 (event.id == WindowEvent.WINDOW_GAINED_FOCUS ||
/openjdk7/jdk/src/solaris/classes/sun/awt/X11/
H A DXWindowPeer.java619 WindowEvent we = new WindowEvent((Window)target, WindowEvent.WINDOW_GAINED_FOCUS);
626 WindowEvent we = new WindowEvent((Window)target, WindowEvent.WINDOW_GAINED_FOCUS);
633 WindowEvent we = new WindowEvent((Window)target, WindowEvent.WINDOW_GAINED_FOCUS);
H A DXComponentPeer.java320 * checks that native window is focused while appropriate WINDOW_GAINED_FOCUS has not yet
524 // WindowEvent wfg = new WindowEvent(parentWindow, WindowEvent.WINDOW_GAINED_FOCUS);
599 case WindowEvent.WINDOW_GAINED_FOCUS:
/openjdk7/jdk/src/macosx/classes/sun/lwawt/
H A DLWWindowPeer.java1332 int eventID = becomesFocused ? WindowEvent.WINDOW_GAINED_FOCUS : WindowEvent.WINDOW_LOST_FOCUS;

Completed in 83 milliseconds