Searched defs:window (Results 101 - 116 of 116) sorted by relevance

12345

/openjdk7/jdk/src/share/classes/sun/awt/
H A DSunToolkit.java394 * components in the specified window to the specified value.
412 * @param w window for which the lightweight focus request status
1074 * Returns a new input method window, with behavior as specified in
1076 * If the inputContext is not null, the window should return it from its
1077 * getInputContext() method. The window needs to implement
1149 // Support for window closing event notifications
1269 * Sets this window to be excluded from being modally blocked. When the
1272 * window, it's owned windows and child components, even in the
1278 * @param window Window to be marked as not modally blocked
1284 public static void setModalExcluded(Window window) argument
1308 isModalExcluded(Window window) argument
[all...]
H A DAWTAccessor.java256 * Get opacity level of the given window.
258 float getOpacity(Window window); argument
260 * Set opacity level to the given window.
262 void setOpacity(Window window, float opacity); argument
264 * Get a shape assigned to the given window.
266 Shape getShape(Window window); argument
268 * Set a shape to the given window.
270 void setShape(Window window, Shape shape); argument
272 * Set the opaque preoperty to the given window.
274 void setOpaque(Window window, boolea argument
278 updateWindow(Window window) argument
297 calculateSecurityWarningPosition(Window window, double x, double y, double w, double h) argument
414 setMostRecentFocusOwner(Window window, Component component) argument
[all...]
/openjdk7/jdk/src/share/classes/java/awt/
H A DKeyboardFocusManager.java144 public void setMostRecentFocusOwner(Window window, Component component) {
145 KeyboardFocusManager.setMostRecentFocusOwner(window, component);
916 focusLog.finer("Setting global active window to " + activeWindow + ", old active " + oldActiveWindow);
1796 Component window = component;
1797 while (window != null && !(window instanceof Window)) {
1798 window = window.parent;
1800 if (window != null) {
1801 setMostRecentFocusOwner((Window)window, componen
1804 setMostRecentFocusOwner(Window window, Component component) argument
1850 getMostRecentFocusOwner(Window window) argument
[all...]
/openjdk7/jdk/src/solaris/native/sun/awt/
H A Dawt_GraphicsEnv.c621 /* calc how much of window is on this screen */
826 "Can't connect to X11 window server using '%s' as the value of the DISPLAY variable.",
1472 (JNIEnv *env, jobject this, jlong window, jint swapAction)
1476 Window w = (Window)window;
1512 jlong window, jint swapAction)
1519 swapInfo.swap_window = (Window)window;
1861 * window" of the top-level, but we need the actual shell window for
1863 * window hierarchy here to find the true top-level.
1888 event.xclient.window
1471 Java_sun_awt_X11GraphicsConfig_createBackBuffer(JNIEnv *env, jobject this, jlong window, jint swapAction) argument
1510 Java_sun_awt_X11GraphicsConfig_swapBuffers(JNIEnv *env, jobject this, jlong window, jint swapAction) argument
2110 Java_sun_awt_X11GraphicsDevice_enterFullScreenExclusive(JNIEnv* env, jclass x11gd, jlong window) argument
2130 Java_sun_awt_X11GraphicsDevice_exitFullScreenExclusive(JNIEnv* env, jclass x11gd, jlong window) argument
[all...]
H A Dawt_InputMethod.c112 Window w; /*status window id */
113 Window root; /*the root window id */
115 Window parent; /*parent shell window */
117 Widget parent; /*parent shell window */
125 int statusW, statusH; /*status window's w, h */
126 int rootW, rootH; /*root window's w, h */
131 Bool on; /*if the status window on*/
150 StatusWindow *statusWindow; /* our own status window */
153 Widget statusWidget; /* IM status window widget */
185 Window currentFocusWindow = 0; /* current window tha
1538 Java_sun_awt_X11_XInputMethod_createXICNative(JNIEnv *env, jobject this, jlong window) argument
[all...]
H A Dawt_util.c89 Window window; local
93 XGetInputFocus(display, &window, &rtr);
94 if (window == None) {
98 widget = XtWindowToWidget(display, window);
139 void fillButtonEvent(XButtonEvent *ev, int32_t type, Display *display, Window window) { argument
142 ev->window = window;
163 awt_util_sendButtonClick(Display *display, Window window) argument
168 fillButtonEvent(&ev, ButtonPress, display, window);
169 status = XSendEvent(display, window, Tru
[all...]
H A Dawt_MToolkit.c752 win = xev->xkey.window;
756 win = xev->xfocus.window;
760 win = xev->xbutton.window;
763 win = xev->xmotion.window;
767 win = xev->xcrossing.window;
802 /* if focus owner is null, redirect key events to focused window */
817 win = xev->xkey.window = XtWindow(focusWidget);
871 /* associated with the window in the X event. */
1221 findWindowsProxy(jobject window, JNIEnv *env) { argument
1232 if (window
1743 Window window = findShellByProxy(xev.xbutton.window); local
3321 Java_sun_awt_motif_MToolkit_nativeGrab(JNIEnv *env, jobject toolkit, jobject window) argument
3366 Java_sun_awt_motif_MToolkit_nativeUnGrab(JNIEnv *env, jobject toolkit, jobject window) argument
[all...]
H A Dgtk2_interface.h430 GdkWindow *window; member in struct:_GtkWidget
752 void (*fp_gtk_window_present)(GtkWindow *window);
753 void (*fp_gtk_window_move)(GtkWindow *window, gint x, gint y);
754 void (*fp_gtk_window_resize)(GtkWindow *window, gint width, gint height);
/openjdk7/jdk/src/windows/native/sun/windows/
H A Dawt_Frame.cpp137 * Create a new AwtFrame object and window.
171 * really a Windows child window
221 // Update target's dimensions to reflect this embedded window.
241 //for below-the-spot composition window, use no decoration
316 // IME and input language related messages need to be sent to a window
414 AwtWindow* window = (AwtWindow*)GetComponent(GetHWnd()); local
416 if (window != NULL && window->IsFocusableWindow() && window->IsAutoRequestFocus() &&
419 // When the Java process is not allowed to set the foreground window
[all...]
H A Dawt_Window.cpp71 jobject window; member in struct:SetAlwaysOnTopStruct
76 jobject window; member in struct:SetTitleStruct
81 jobject window; member in struct:SetResizableStruct
86 jobject window; member in struct:UpdateInsetsStruct
97 jobject window; member in struct:SetIconImagesDataStruct
106 jobject window; member in struct:SizeStruct
111 jobject window; member in struct:SetFocusableWindowStruct
116 jobject window; member in struct:ModalDisableStruct
121 jobject window; member in struct:OpacityStruct
126 jobject window; member in struct:OpaqueStruct
131 jobject window; member in struct:UpdateWindowStruct
143 jobject window; member in struct:RepositionSecurityWarningStruct
147 jobject window; member in struct:SetFullScreenExclusiveModeStateStruct
731 AwtWindow * window = local
785 AwtWindow * window = (AwtWindow*)AwtComponent::GetComponent(javaWindow); local
808 SetLayered(HWND window, bool layered) argument
815 IsLayered(HWND window) argument
991 AwtWindow *window = (AwtWindow *)pData; local
1050 AwtWindow* window = NULL; local
2041 SetModalBlocker(HWND window, HWND blocker) argument
2059 SetAndActivateModalBlocker(HWND window, HWND blocker) argument
2073 GetTopmostModalBlocker(HWND window) argument
2106 AwtWindow *window = NULL; local
2787 AwtWindow *window = NULL; local
2816 AwtWindow *window = NULL; local
2870 AwtWindow *window = NULL; local
2901 AwtWindow *window = NULL; local
2930 AwtWindow *window = NULL; local
2960 AwtWindow *window = (AwtWindow *)pData; local
2979 AwtWindow *window = (AwtWindow *)pData; local
2998 AwtWindow *window = (AwtWindow *)pData; local
3022 AwtWindow *window = (AwtWindow *)pData; local
[all...]
H A Dawt_Component.cpp76 // register a message that no other window in the process (even in a plugin
141 jobject window; member in struct:GetInsetsStruct
287 // end any deferred window positioning, regardless
335 /* store component pointer in window extra bytes */
381 * Single window proc for all the components. Delegates real work to
489 * The window class of multifont label must be "BUTTON" because
532 jstring errorMsg = JNU_NewStringPlatform(env, L"too many window handles");
569 /* Subclass the window now so that we can snoop on its messages */
598 * Destroy this window's HWND
650 * Install our window pro
1546 AwtWindow *window = GetContainer(); local
4051 AwtWindow *window = GetContainer(); local
6232 SetFocusedWindow(HWND window) argument
[all...]
/openjdk7/jdk/src/solaris/classes/sun/awt/X11/
H A DXWindow.java76 private int savedState; // Holds last known state of the top-level window
124 native void getWMInsets(long window, long left, long top, long right, long bottom, long border); argument
125 native long getTopWindow(long window, long rootWin); argument
126 native void getWindowBounds(long window, long x, long y, long width, long height); argument
165 /* This create is used by the XEmbeddedFramePeer since it has to create the window
166 as a child of the netscape window. This netscape window is passed in as wid */
359 bgColor = SystemColor.window;
683 if (xev.get_xany().get_window() != window) {
838 if (xme.get_window() != window) {
872 enterNotify(long window) argument
877 leaveNotify(long window) argument
[all...]
H A DXWindowPeer.java87 // value of WM_TRANSIENT_FOR hint set on this window
92 private boolean isMapped = false; // Is this window mapped or not
101 private boolean isUnhiding = false; // Is the window unhiding.
102 private boolean isBeforeFirstMapNotify = false; // Is the window (being shown) between
106 * The type of the window.
184 Color background = SystemColor.window;
231 focusLog.fine("Owner X window " + Long.toHexString(ownerPeer.getWindow()));
232 focusLog.fine("Owner content X window " + Long.toHexString(ownerPeer.getContentWindow()));
234 // as owner window may be an embedded window, w
1556 setToplevelTransientFor(XWindowPeer window, XWindowPeer transientForWindow, boolean updateChain, boolean allStates) argument
1623 removeTransientForHint(XWindowPeer window) argument
1738 restoreTransientFor(XWindowPeer window) argument
1816 getDecoratedOwner(Window window) argument
[all...]
H A DXToolkit.java209 throw new IllegalStateException("Root window must not be null");
339 static void addToWinMap(long window, XBaseWindow xwin) argument
342 winMap.put(Long.valueOf(window),xwin);
346 static void removeFromWinMap(long window, XBaseWindow xwin) { argument
348 winMap.remove(Long.valueOf(window));
351 static XBaseWindow windowToXWindow(long window) { argument
353 return (XBaseWindow) winMap.get(Long.valueOf(window));
357 static void addEventDispatcher(long window, XEventDispatcher dispatcher) { argument
359 Long key = Long.valueOf(window);
368 static void removeEventDispatcher(long window, XEventDispatche argument
[all...]
H A DXlibWrapper.java115 static native void XDestroyWindow(long display, long window); argument
154 static native void XMapWindow(long display, long window); argument
155 static native void XMapRaised(long display, long window); argument
156 static native void XRaiseWindow(long display, long window); argument
158 static native void XLowerWindow(long display, long window); argument
160 static native void XConfigureWindow(long display, long window, argument
162 static native void XSetInputFocus(long display, long window); argument
163 static native void XSetInputFocus2(long display, long window, long time); argument
173 static native void XUnmapWindow(long display, long window); argument
185 static native void XSelectInput(long display, long window, lon argument
204 XWindowEvent(long display, long window, long event_mask, long event_return) argument
211 XFilterEvent(long ptr, long window) argument
262 XMoveResizeWindow(long display, long window, int x, int y, int width, int height) argument
263 XResizeWindow(long display, long window, int width, int height) argument
264 XMoveWindow(long display, long window, int x, int y) argument
279 XQueryPointer(long display, long window, long root_return, long child_return, long root_x_return, long root_y_return, long win_x_return, long win_y_return, long mask_return) argument
295 XSetWindowBackground(long display, long window, long background_pixel) argument
308 SetProperty(long display, long window, long atom, String str) argument
309 GetProperty(long display ,long window, long atom) argument
311 XGetWindowProperty(long display, long window, long atom, long long_offset, long long_length, long delete, long req_type, long actualy_type, long actualy_format, long nitems_ptr, long bytes_after, long data_ptr) argument
316 XChangePropertyImpl(long display, long window, long atom, long type, int format, int mode, long data, int nelements) argument
319 XChangeProperty(long display, long window, long atom, long type, int format, int mode, long data, int nelements) argument
341 XChangePropertyS(long display, long window, long atom, long type, int format, int mode, String value) argument
343 XDeleteProperty(long display, long window, long atom) argument
345 XSetTransientFor(long display, long window, long transient_for_window) argument
346 XSetWMHints(long display, long window, long wmhints) argument
347 XGetWMHints(long display, long window, long wmhints) argument
351 getScreenOfWindow(long display, long window) argument
353 XIconifyWindow(long display, long window, long screenNumber) argument
440 XChangeWindowAttributes(long display, long window, long valuemask, long attributes) argument
441 XGetWindowAttributes(long display, long window, long attr_ptr) argument
445 XGetWMNormalHints(long display, long window, long hints, long supplied_return) argument
446 XSetWMNormalHints(long display, long window, long hints) argument
447 XSetMinMaxHints(long display, long window, int x, int y, int width, int height, long flags) argument
450 XSendEvent(long display, long window, boolean propagate, long event_mask, long event) argument
452 XQueryTree(long display, long window, long root_return, long parent_return, long children_return, long nchildren_return) argument
454 XReparentWindow(long display, long window, long parent, int x, int y) argument
480 XSetWindowBackgroundPixmap(long display, long window, long pixmap) argument
481 XClearWindow(long display, long window) argument
482 XGetIconSizes(long display, long window, long ret_sizes, long ret_count) argument
488 XdbeAllocateBackBufferName(long display, long window, int swap_action) argument
555 SetRectangularShape(long display, long window, int lox, int loy, int hix, int hiy, sun.java2d.pipe.Region region) argument
561 SetBitmapShape(long display, long window, int width, int height, int[] bitmap) argument
564 SetZOrder(long display, long window, long above) argument
[all...]
/openjdk7/jdk/src/solaris/native/sun/xawt/
H A DXlibWrapper.c216 (JNIEnv *env, jclass clazz, jlong display, jlong window,
221 return XCreateWindow((Display *) jlong_to_ptr(display),(Window) window, x, y, w, h,
248 (JNIEnv *env, jclass clazz, jlong display, jlong window)
251 XMapWindow( (Display *)jlong_to_ptr(display),(Window) window);
261 (JNIEnv *env, jclass clazz, jlong display, jlong window)
264 XMapRaised( (Display *)jlong_to_ptr(display),(Window) window);
274 (JNIEnv *env, jclass clazz, jlong display, jlong window)
278 XRaiseWindow( (Display *)jlong_to_ptr(display),(Window) window);
288 (JNIEnv *env, jclass clazz, jlong display, jlong window)
292 XLowerWindow( (Display *)jlong_to_ptr(display),(Window) window);
215 Java_sun_awt_X11_XlibWrapper_XCreateWindow(JNIEnv *env, jclass clazz, jlong display, jlong window, jint x, jint y, jint w, jint h , jint border_width, jint depth, jlong wclass, jlong visual, jlong valuemask, jlong attributes) argument
247 Java_sun_awt_X11_XlibWrapper_XMapWindow(JNIEnv *env, jclass clazz, jlong display, jlong window) argument
260 Java_sun_awt_X11_XlibWrapper_XMapRaised(JNIEnv *env, jclass clazz, jlong display, jlong window) argument
273 Java_sun_awt_X11_XlibWrapper_XRaiseWindow(JNIEnv *env, jclass clazz, jlong display, jlong window) argument
287 Java_sun_awt_X11_XlibWrapper_XLowerWindow(JNIEnv *env, jclass clazz, jlong display, jlong window) argument
315 Java_sun_awt_X11_XlibWrapper_XConfigureWindow(JNIEnv *env, jclass clazz, jlong display, jlong window, jlong value_mask, jlong values) argument
329 Java_sun_awt_X11_XlibWrapper_XSetInputFocus(JNIEnv *env, jclass clazz, jlong display, jlong window) argument
342 Java_sun_awt_X11_XlibWrapper_XSetInputFocus2(JNIEnv *env, jclass clazz, jlong display, jlong window, jlong time) argument
373 Java_sun_awt_X11_XlibWrapper_XDestroyWindow(JNIEnv *env, jclass clazz, jlong display, jlong window) argument
380 Java_sun_awt_X11_XlibWrapper_XGrabPointer(JNIEnv *env, jclass clazz, jlong display, jlong window, jint owner_events, jint event_mask, jint pointer_mode, jint keyboard_mode, jlong confine_to, jlong cursor, jlong time) argument
398 Java_sun_awt_X11_XlibWrapper_XGrabKeyboard(JNIEnv *env, jclass clazz, jlong display, jlong window, jint owner_events, jint pointer_mode, jint keyboard_mode, jlong time) argument
437 Java_sun_awt_X11_XlibWrapper_XUnmapWindow(JNIEnv *env, jclass clazz, jlong display, jlong window) argument
448 Java_sun_awt_X11_XlibWrapper_XSelectInput(JNIEnv *env, jclass clazz, jlong display, jlong window, jlong mask) argument
561 Java_sun_awt_X11_XlibWrapper_XWindowEvent(JNIEnv *env, jclass clazz, jlong display, jlong window, jlong event_mask, jlong event_return) argument
573 Java_sun_awt_X11_XlibWrapper_XFilterEvent(JNIEnv *env, jclass clazz, jlong ptr, jlong window) argument
640 Java_sun_awt_X11_XlibWrapper_XMoveResizeWindow(JNIEnv *env, jclass clazz, jlong display, jlong window, jint x , jint y , jint width, jint height) argument
654 Java_sun_awt_X11_XlibWrapper_XResizeWindow(JNIEnv *env, jclass clazz, jlong display, jlong window, jint width, jint height) argument
667 Java_sun_awt_X11_XlibWrapper_XMoveWindow(JNIEnv *env, jclass clazz, jlong display, jlong window, jint width, jint height) argument
681 Java_sun_awt_X11_XlibWrapper_XSetWindowBackground(JNIEnv *env, jclass clazz, jlong display, jlong window, jlong background_pixel) argument
741 Java_sun_awt_X11_XlibWrapper_SetProperty(JNIEnv *env, jclass clazz, jlong display, jlong window, jlong atom, jstring jstr) argument
793 Java_sun_awt_X11_XlibWrapper_XChangePropertyImpl( JNIEnv *env, jclass clazz, jlong display, jlong window, jlong property, jlong type, jint format, jint mode, jlong data, jint nelements) argument
807 Java_sun_awt_X11_XlibWrapper_XChangePropertyS( JNIEnv *env, jclass clazz, jlong display, jlong window, jlong property, jlong type, jint format, jint mode, jstring value) argument
826 Java_sun_awt_X11_XlibWrapper_XGetWindowProperty(JNIEnv *env, jclass clazz, jlong display, jlong window, jlong property, jlong long_offset, jlong long_length, jlong delete, jlong req_type, jlong actual_type, jlong actual_format, jlong nitems_ptr, jlong bytes_after, jlong data_ptr) argument
843 Java_sun_awt_X11_XlibWrapper_GetProperty(JNIEnv *env, jclass clazz, jlong display, jlong window, jlong atom) argument
980 Java_sun_awt_X11_XlibWrapper_XChangeWindowAttributes(JNIEnv *env, jclass clazz, jlong display, jlong window, jlong valuemask, jlong attributes) argument
994 Java_sun_awt_X11_XlibWrapper_XSetTransientFor(JNIEnv *env, jclass clazz, jlong display, jlong window, jlong transient_for_window) argument
1006 Java_sun_awt_X11_XlibWrapper_XSetWMHints(JNIEnv *env, jclass clazz, jlong display, jlong window, jlong hints) argument
1018 Java_sun_awt_X11_XlibWrapper_XGetWMHints(JNIEnv *env, jclass clazz, jlong display, jlong window, jlong hints) argument
1096 Java_sun_awt_X11_XlibWrapper_getScreenOfWindow(JNIEnv *env, jclass clazz, jlong display, jlong window) argument
1126 Java_sun_awt_X11_XlibWrapper_XIconifyWindow(JNIEnv *env, jclass clazz, jlong display, jlong window, jlong screenNumber) argument
1376 Java_sun_awt_X11_XlibWrapper_XGetWindowAttributes(JNIEnv *env, jclass clazz, jlong display, jlong window, jlong attr_ptr) argument
1414 Java_sun_awt_X11_XlibWrapper_XGetWMNormalHints(JNIEnv *env, jclass clazz, jlong display, jlong window, jlong hints, jlong supplied_return) argument
1429 Java_sun_awt_X11_XlibWrapper_XSetWMNormalHints(JNIEnv *env, jclass clazz, jlong display, jlong window, jlong hints) argument
1441 Java_sun_awt_X11_XlibWrapper_XDeleteProperty(JNIEnv *env, jclass clazz, jlong display, jlong window, jlong atom) argument
1453 Java_sun_awt_X11_XlibWrapper_XSendEvent(JNIEnv *env, jclass clazz, jlong display, jlong window, jboolean propagate, jlong event_mask, jlong event) argument
1470 Java_sun_awt_X11_XlibWrapper_XQueryTree(JNIEnv *env, jclass clazz, jlong display, jlong window, jlong root_return, jlong parent_return, jlong children_return, jlong nchildren_return) argument
1495 Java_sun_awt_X11_XlibWrapper_XSetMinMaxHints(JNIEnv *env, jclass clazz, jlong display, jlong window, jint x, jint y, jint width, jint height, jlong flags) argument
1592 Java_sun_awt_X11_XlibWrapper_XReparentWindow(JNIEnv *env, jclass clazz, jlong display, jlong window, jlong parent, jint x, jint y) argument
1738 Java_sun_awt_X11_XlibWrapper_XSetWindowBackgroundPixmap(JNIEnv *env, jclass clazz, jlong display, jlong window, jlong pixmap) argument
1744 Java_sun_awt_X11_XlibWrapper_XClearWindow(JNIEnv *env, jclass clazz, jlong display, jlong window) argument
1751 Java_sun_awt_X11_XlibWrapper_XGetIconSizes(JNIEnv *env, jclass clazz, jlong display, jlong window, jlong ret_sizes, jlong ret_count) argument
1801 Java_sun_awt_X11_XlibWrapper_XdbeAllocateBackBufferName(JNIEnv *env, jclass clazz, jlong display, jlong window, jint swap_action) argument
2155 Java_sun_awt_X11_XlibWrapper_SetRectangularShape(JNIEnv *env, jclass clazz, jlong display, jlong window, jint x1, jint y1, jint x2, jint y2, jobject region) argument
2194 Java_sun_awt_X11_XlibWrapper_SetZOrder(JNIEnv *env, jclass clazz, jlong display, jlong window, jlong above) argument
2221 Java_sun_awt_X11_XlibWrapper_SetBitmapShape(JNIEnv *env, jclass clazz, jlong display, jlong window, jint width, jint height, jintArray bitmap) argument
[all...]

Completed in 194 milliseconds

12345