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

/openjdk7/jdk/src/share/classes/sun/awt/shell/
H A DShellFolder.java41 public abstract class ShellFolder extends File { class in inherits:File
46 protected ShellFolder parent;
51 ShellFolder(ShellFolder parent, String pathname) { method in class:ShellFolder
52 super((pathname != null) ? pathname : "ShellFolder");
60 return (!getPath().startsWith("ShellFolder"));
65 * of <code>ShellFolder</code> are ever serialized. If <code>isFileSystem()</code> returns
151 public abstract ShellFolder getLinkLocation() throws FileNotFoundException;
169 * Compares this ShellFolder with the specified ShellFolder fo
[all...]

Completed in 23 milliseconds