Searched defs:Win32ShellFolder2 (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/windows/classes/sun/awt/shell/
H A DWin32ShellFolder2.java63 * All Win32ShellFolder2 objects which are folder types (even non-file
72 final class Win32ShellFolder2 extends ShellFolder { class in inherits:ShellFolder
232 Win32ShellFolder2(final int csidl) throws IOException, InterruptedException { method in class:Win32ShellFolder2
261 parent = new Win32ShellFolder2((Win32ShellFolder2) parent, childPIDL);
283 Win32ShellFolder2(Win32ShellFolder2 parent, long pIShellFolder, long relativePIDL, String path) { method in class:Win32ShellFolder2
294 Win32ShellFolder2(final Win32ShellFolder2 parent, final long relativePIDL) throws InterruptedException { method in class:Win32ShellFolder2
337 Win32ShellFolder2 drive
[all...]

Completed in 34 milliseconds