Searched refs:FileSystemRoot (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/classes/javax/swing/filechooser/
H A DFileSystemView.java556 if (!(f instanceof ShellFolder) && !(f instanceof FileSystemRoot) && isFileSystemRoot(f)) {
579 return new FileSystemRoot(f);
585 static class FileSystemRoot extends File { class in class:FileSystemView
586 public FileSystemRoot(File f) { method in class:FileSystemView.FileSystemRoot
590 public FileSystemRoot(String s) { method in class:FileSystemView.FileSystemRoot
781 return new FileSystemRoot(f) {

Completed in 30 milliseconds