/openjdk7/jdk/test/java/awt/Focus/FocusTraversalPolicy/ |
H A D | InitialFTP.java | 14 public static void test(Window win, Class<? extends FocusTraversalPolicy> expectedPolicy) { argument 15 FocusTraversalPolicy ftp = win.getFocusTraversalPolicy(); 18 "Tested window: " + win + "\n" +
|
/openjdk7/jdk/src/solaris/classes/sun/awt/X11/ |
H A D | XModalityProtocol.java | 38 * Returns whether or not modal dialog blocks win. 42 boolean isBlocked(XDialogPeer dialog, XWindowPeer win); argument
|
H A D | XKeyboardFocusManagerPeer.java | 64 public void setCurrentFocusedWindow(Window win) { argument 66 focusLog.finer("Setting current focused window " + win); 76 currentFocusedWindow = win;
|
H A D | MotifDnDDropTargetProtocol.java | 479 int win = (int)sourceWindow; 481 win = MotifDnDConstants.Swapper.swap(win); 483 unsafe.putInt(data + 12, win); 754 protected void sendEnterMessageToToplevel(long win, argument 759 protected void sendLeaveMessageToToplevel(long win, argument
|
H A D | XSystemTrayPeer.java | 124 void sendMessage(long win, long msg, long data1, long data2, long data3) { argument 129 xev.set_window(win); 140 XlibWrapper.XSendEvent(XToolkit.getDisplay(), win, false,
|
H A D | XWM.java | 740 XWINProtocol win = g_win_protocol = new XWINProtocol(); 741 win.detect(); 775 } else if (win.active()) { 1274 XWINProtocol win = g_win_protocol; 1275 if (win != null) { 1276 if (win.active()) { 1277 if (win.doStateProtocol()) { 1278 addProtocol(XStateProtocol.class, win); 1280 if (win.doLayerProtocol()) { 1281 addProtocol(XLayerProtocol.class, win); 1491 getInsets(XDecoratedPeer win, long window, long parent) argument [all...] |
H A D | XWindow.java | 320 boolean isParentOf(XWindow win) { argument 321 if (!(target instanceof Container) || win == null || win.getTarget() == null) { 324 Container parent = AWTAccessor.getComponentAccessor().getParent(win.target);
|
/openjdk7/jdk/src/share/classes/java/awt/peer/ |
H A D | KeyboardFocusManagerPeer.java | 39 * @param win the window that should become the focused window 42 void setCurrentFocusedWindow(Window win); argument
|
/openjdk7/jdk/src/macosx/classes/sun/lwawt/ |
H A D | LWKeyboardFocusManagerPeer.java | 46 public void setCurrentFocusedWindow(Window win) { argument 50 if (focusedWindow == win) { 55 to = (LWWindowPeer)LWToolkit.targetToPeer(win); 57 focusedWindow = win;
|
/openjdk7/jdk/test/java/awt/Focus/ActualFocusedWindowTest/ |
H A D | ActualFocusedWindowBlockingTest.java | 45 Window win = new Window(owner); field in class:ActualFocusedWindowBlockingTest 65 win.add(wButton); 69 win.setName("OWNED_WINDOW"); 72 tuneAndShowWindows(new Window[] {owner, win, frame});
|
H A D | ActualFocusedWindowRetaining.java | 151 boolean checkFocusedWindow(Window win) { argument 152 return (win == KeyboardFocusManager.getCurrentKeyboardFocusManager().getFocusedWindow());
|
/openjdk7/jdk/src/windows/classes/sun/awt/windows/ |
H A D | WKeyboardFocusManagerPeer.java | 59 public void setCurrentFocusedWindow(Window win) { argument
|
/openjdk7/jdk/test/java/awt/Focus/AutoRequestFocusTest/ |
H A D | AutoRequestFocusToFrontTest.java | 372 private static void showWindows(Window win, Window[] wins, final boolean visible) { argument 376 wins = new Window[] {win}; // operate with 'win'
|
/openjdk7/hotspot/src/os_cpu/solaris_sparc/vm/ |
H A D | os_solaris_sparc.cpp | 98 static void handle_unflushed_register_windows(gwindows_t *win) { argument 99 int restore_count = win->wbcnt; 103 address sp = ((address)win->spbuf[i]) + STACK_BIAS; 104 address reg_win = (address)&win->wbuf[i];
|
/openjdk7/jdk/src/solaris/native/sun/xawt/ |
H A D | XWindow.c | 1129 static Window getTopWindow(Window win, Window *rootWin) argument 1131 Window root=None, current_window=win, parent=None, *ignore_children=NULL; 1136 if (win == None) return None; 1154 (JNIEnv *env, jclass clazz, jlong win, jlong rootWin) { 1155 return getTopWindow((Window) win, (Window*) jlong_to_ptr(rootWin)); 1153 Java_sun_awt_X11_XWindow_getTopWindow(JNIEnv *env, jclass clazz, jlong win, jlong rootWin) argument
|
/openjdk7/jdk/test/java/awt/regtesthelpers/ |
H A D | Util.java | 129 public static void showWindowWait(Window win) { argument 130 win.setVisible(true); 131 waitTillShown(win);
|
/openjdk7/jdk/src/solaris/native/sun/awt/ |
H A D | multiVis.c | 96 Window win; member in struct:__anon1018 110 Window win; /* lowest window of this visual */ member in struct:__anon1019 236 Window srcRootWinid; /* root win on which grab was done */ 448 origin of win, not the root-relative visible rect of win. 462 reg_image = XGetImage(disp,reg->win,srcRect_x,srcRect_y, 480 Window srcRootWinid; /* root win on which grab was done */ 555 image = XGetImage(disp, reg->win, srcRect_x, srcRect_y, 689 /* check that win is mapped & not outside bounding box */ 767 static list_ptr make_region_list( disp, win, bbo [all...] |
H A D | awt_GraphicsEnv.c | 1845 X11GD_SetFullscreenMode(Window win, jboolean enabled) argument 1866 if (!XQueryTree(awt_display, win, 1881 win = parent; 1888 event.xclient.window = win; 2115 Window win = (Window)window; local 2119 X11GD_SetFullscreenMode(win, JNI_TRUE); 2135 Window win = (Window)window; local 2138 X11GD_SetFullscreenMode(win, JNI_FALSE);
|
H A D | awt_InputMethod.c | 865 Window win = statusWindow->w; local 874 XFillRectangle(dpy, win, bggc, 0, 0, width, height); 876 XDrawLine(dpy, win, fggc, 0, 0, width, 0); 877 XDrawLine(dpy, win, fggc, 0, height-1, width-1, height-1); 878 XDrawLine(dpy, win, fggc, 0, 0, 0, height-1); 879 XDrawLine(dpy, win, fggc, width-1, 0, width-1, height-1); 881 XDrawLine(dpy, win, lightgc, 1, 1, width-bwidth, 1); 882 XDrawLine(dpy, win, lightgc, 1, 1, 1, height-2); 883 XDrawLine(dpy, win, lightgc, 1, height-2, width-bwidth, height-2); 884 XDrawLine(dpy, win, lightg [all...] |
H A D | awt_util.c | 242 Window win = XtWindow(w); local 244 if (win != None) { 247 XChangeWindowAttributes(XtDisplay(w), win, local 879 * is a huge performance win. 918 * is a huge performance win. 1152 Window win; local 1158 0, 0, &x, &y, &win)) { 1203 Window win; local 1217 win = XtWindow(embeddedFrame); 1218 if (win [all...] |
H A D | awt_MToolkit.c | 743 Window win; local 752 win = xev->xkey.window; 756 win = xev->xfocus.window; 760 win = xev->xbutton.window; 763 win = xev->xmotion.window; 767 win = xev->xcrossing.window; 773 if ((widget = XtWindowToWidget(awt_display, win)) == NULL) { 798 widget = XtWindowToWidget(awt_display, win); 817 win = xev->xkey.window = XtWindow(focusWidget); 1360 void clearFocusPathOnWindow(Window win) { argument [all...] |
/openjdk7/jdk/src/windows/native/sun/windows/ |
H A D | awt_Window.cpp | 429 AwtWindow* win = (AwtWindow*)comp; local 431 if (!win->IsFocusableWindow() || 432 win->m_filterFocusAndActivation)
|