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

/openjdk7/jdk/src/share/classes/sun/awt/shell/
H A DDefaultShellFolder.java109 public String getFolderType() { method in class:DefaultShellFolder
H A DShellFolder.java161 public abstract String getFolderType(); method in class:ShellFolder
/openjdk7/jdk/src/windows/classes/sun/awt/shell/
H A DWin32ShellFolder2.java168 * This is cached as a concession to getFolderType(), which needs
862 private static native String getFolderType(long pIDL); method in class:Win32ShellFolder2
867 public String getFolderType() { method in class:Win32ShellFolder2
873 return getFolderType(absolutePIDL);

Completed in 49 milliseconds