Searched defs:shell (Results 1 - 12 of 12) sorted by relevance
/openjdk7/jdk/src/share/classes/sun/awt/shell/ |
H A D | DefaultShellFolder.java | 26 package sun.awt.shell; 41 * Create a file system shell folder from a file 60 * @return An array of shell folders that are children of this shell folder 61 * object, null if this shell folder is empty. 74 * @return Whether this shell folder is a link 81 * @return Whether this shell folder is marked as hidden 92 * @return The shell folder linked to by this shell folder, or null 93 * if this shell folde [all...] |
H A D | ShellFolderManager.java | 26 package sun.awt.shell; 39 * Create a shell folder from a file.
|
H A D | ShellFolderColumnInfo.java | 26 package sun.awt.shell;
|
H A D | ShellFolder.java | 26 package sun.awt.shell; 49 * Create a file system shell folder from a file 57 * @return Whether this is a file system shell folder 143 * @return Whether this shell folder is a link 148 * @return The shell folder linked to by this shell folder, or null 149 * if this shell folder is not a link 154 * @return The name used to display this shell folder 159 * @return The type of shell folder as a string 193 * @return The icon used to display this shell folde [all...] |
/openjdk7/jdk/src/windows/classes/sun/awt/shell/ |
H A D | Win32ShellFolderManager2.java | 26 package sun.awt.shell; 42 import static sun.awt.shell.Win32ShellFolder2.*;
|
H A D | Win32ShellFolder2.java | 26 package sun.awt.shell; 44 * There are two fundamental types of shell folders : file system folders 51 * Win32 keeps two basic data structures for shell folders. The first 55 * (an absolute PIDL), or relative to the shell folder that contains them. 60 * this interface, one can enumerate the relative PIDLs in a shell 112 // Win32 shell folder attributes 173 * We keep track of shell folders through the IShellFolder 207 * The following are for caching various shell folder properties. 229 * Create a system special shell folder, such as the 234 // other special shell folder [all...] |
/openjdk7/jdk/src/share/classes/com/sun/tools/script/shell/ |
H A D | Main.java | 26 package com.sun.tools.script.shell; 35 * This is the main class for Java script shell. 436 sysIn = cl.getResourceAsStream("com/sun/tools/script/shell/init." + 579 private static String BUNDLE_NAME = "com.sun.tools.script.shell.messages";
|
/openjdk7/jdk/src/solaris/native/sun/awt/ |
H A D | awt_p.h | 175 Widget shell; member in struct:CanvasData 213 Boolean shellResized; /* frame shell has been resized */ 235 * focus before the shell was resized so that we can later restore it.
|
H A D | awt_InputMethod.c | 115 Window parent; /*parent shell window */ 117 Widget parent; /*parent shell window */ 715 and shell widget, the diff should be the border frame 945 static void adjustStatusWindow(Window shell){ argument 947 void adjustStatusWindow(Widget shell){ 963 if (statusWindow->parent == shell) { 968 XGetWindowAttributes(dpy, shell, &xwa); 970 shell, xwa.root,
|
H A D | awt_util.c | 119 Widget shell = getShellWidget(widget); local 120 if (shell && XtIsSubclass(shell, 325 * Note. Utilizes C short-circuiting if w is not a wm shell. 360 Widget shell = saved_focus_widget; local 361 while(shell != NULL && !XtIsShell(shell)) { 362 shell = XtParent(shell); 364 XtSetKeyboardFocus(shell, saved_focus_widge [all...] |
H A D | awt_wm.c | 1361 awt_wm_removeSizeHints(Widget shell, long mask) argument 1363 Display *dpy = XtDisplay(shell); 1364 Window shell_win = XtWindow(shell); 1418 Display *dpy = XtDisplay(wdata->winData.shell); 1419 Window shell_win = XtWindow(wdata->winData.shell); 1463 Window shell_win = XtWindow(wdata->winData.shell); 1544 XtVaSetValues(wdata->winData.shell, 1552 * Under some window managers if shell is already mapped, we MUST 1556 * N.B. This unmapping / remapping of the shell exposes a bug in 1585 * Set decoration hints on the shell t 2062 Widget shell = wdata->winData.shell; local 2106 Widget shell = wdata->winData.shell; local 2166 Widget shell = wdata->winData.shell; local 2202 Widget shell = wdata->winData.shell; local 2412 Widget shell = wdata->winData.shell; local 2450 Widget shell = wdata->winData.shell; local 2479 Widget shell = wdata->winData.shell; local [all...] |
H A D | awt_MToolkit.c | 720 isTheSameShellWidget(Widget shell, Widget w) { argument 722 if (shell == NULL || w == NULL) return False; 723 s1 = getShellWidgetByPart(shell); 1393 void clearFocusPath(Widget shell) { argument 1395 if (shell == NULL) { 1398 w = XtWindow(shell); 1406 Widget shell = XtWindowToWidget(awt_display, shellWindow); local 1407 if (shell != NULL && shell != focusOwnerShell) { 1408 clearFocusPath(shell); 1559 postUngrabEvent(Widget shell) argument 2209 awt_shellPoppedUp(Widget shell, XtPointer modal, XtPointer call_data) argument 2229 awt_shellPoppedDown(Widget shell, XtPointer modal, XtPointer call_data) argument [all...] |
Completed in 219 milliseconds