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

/openjdk7/jdk/src/share/classes/sun/awt/shell/
H A DShellFolderManager.java100 public boolean isFileSystemRoot(File dir) { method in class:ShellFolderManager
H A DShellFolder.java268 public static boolean isFileSystemRoot(File dir) { method in class:ShellFolder
269 return shellFolderManager.isFileSystemRoot(dir);
370 return (!isFileSystem() || isFileSystemRoot(this) || super.exists()) ;
478 if (isFileSystemRoot(file)) {
/openjdk7/jdk/test/javax/swing/JFileChooser/6945316/
H A Dbug6945316.java26 @summary The Win32ShellFolderManager2.isFileSystemRoot can throw NPE
63 ShellFolder.isFileSystemRoot(tempFile);
/openjdk7/jdk/src/share/classes/javax/swing/filechooser/
H A DFileSystemView.java134 * @see #isFileSystemRoot
184 (useSystemExtensionHiding || !isFileSystem(f) || isFileSystemRoot(f)) &&
347 public boolean isFileSystemRoot(File dir) { method in class:FileSystemView
348 return ShellFolder.isFileSystemRoot(dir);
404 if (isFileSystemRoot(roots[i])) {
430 if (isFileSystemRoot(f)) {
452 if (isFileSystemRoot(f)) {
486 if (isFileSystemRoot(f)) {
556 if (!(f instanceof ShellFolder) && !(f instanceof FileSystemRoot) && isFileSystemRoot(f)) {
640 public boolean isFileSystemRoot(Fil method in class:UnixFileSystemView
[all...]
/openjdk7/jdk/src/share/classes/sun/swing/
H A DWindowsPlacesBar.java93 if (fsv.isFileSystemRoot(files[i])) {
/openjdk7/jdk/src/windows/classes/sun/awt/shell/
H A DWin32ShellFolderManager2.java390 public boolean isFileSystemRoot(File dir) { method in class:Win32ShellFolderManager2
/openjdk7/jdk/src/share/classes/javax/swing/plaf/metal/
H A DMetalFileChooserUI.java607 (fc.isDirectorySelectionEnabled() && fc.isFileSelectionEnabled() && fc.getFileSystemView().isFileSystemRoot(file))) {
/openjdk7/jdk/src/share/classes/com/sun/java/swing/plaf/windows/
H A DWindowsFileChooserUI.java673 (fc.isDirectorySelectionEnabled() && fc.isFileSelectionEnabled() && fc.getFileSystemView().isFileSystemRoot(file))){

Completed in 43 milliseconds