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

/openjdk7/jdk/src/share/classes/sun/awt/shell/
H A DShellFolder.java59 public boolean isFileSystem() { method in class:ShellFolder
65 * of <code>ShellFolder</code> are ever serialized. If <code>isFileSystem()</code> returns
88 if (parent == null && isFileSystem()) {
113 } else if (isFileSystem()) {
175 || ((file2 instanceof ShellFolder) && ((ShellFolder)file2).isFileSystem())) {
177 if (isFileSystem()) {
183 if (isFileSystem()) {
347 return (!isFileSystem() || super.isAbsolute());
351 return (isFileSystem() ? super.getAbsoluteFile() : this);
355 return (isFileSystem()
[all...]
H A DShellFolderManager.java101 if (dir instanceof ShellFolder && !((ShellFolder) dir).isFileSystem()) {
/openjdk7/jdk/test/javax/swing/JFileChooser/6741890/
H A Dbug6741890.java40 * This mux is used to prevent NPE in the isLink and isFileSystem methods
71 tmpFile.isFileSystem();
90 tmpFile.isFileSystem();
/openjdk7/jdk/src/share/classes/sun/net/ftp/
H A DFtpReplyCode.java230 public boolean isFileSystem() { method in class:FtpReplyCode
/openjdk7/jdk/src/share/classes/javax/swing/filechooser/
H A DFileSystemView.java184 (useSystemExtensionHiding || !isFileSystem(f) || isFileSystemRoot(f)) &&
314 public boolean isFileSystem(File f) { method in class:FileSystemView
319 return sf.isFileSystem() && !(sf.isLink() && sf.isDirectory());
536 if (isFileSystem(psf)) {
541 if (ppsf == null || !isFileSystem(ppsf)) {
684 && isFileSystem(parent)) {
/openjdk7/jdk/src/windows/classes/sun/awt/shell/
H A DWin32ShellFolder2.java322 * of <code>ShellFolder</code> are ever serialized. If <code>isFileSystem()</code> returns
334 if (isFileSystem()) {
344 if (sf.isFileSystem() && !sf.hasAttribute(ATTRIB_REMOVABLE)) {
498 if (isFileSystem() && rhs.isFileSystem()) {
532 public boolean isFileSystem() { method in class:Win32ShellFolder2
887 if (!isFileSystem()) {
964 if (isFileSystem()) {
1061 return isPersonal || !isFileSystem() || (this == getDesktop());
1071 if (isFileSystem()
[all...]
H A DWin32ShellFolderManager2.java275 if (!folder.isFileSystem() || (folder.isDirectory() && !folder.isLink())) {
396 if (sf.isFileSystem()) {
/openjdk7/jdk/src/share/classes/javax/swing/plaf/basic/
H A DBasicFileChooserUI.java522 && (useSetDirectory || !fsv.isFileSystem(((File)objects[0])))) {
532 && fsv.isFileSystem(f)
549 && (useSetDirectory || !fsv.isFileSystem(file))) {
1173 fc.getFileSystemView().isFileSystem(dir)) {
/openjdk7/jdk/src/share/classes/sun/swing/plaf/synth/
H A DSynthFileChooserUIImpl.java573 if (fsv.isFileSystem(currentDirectory)) {
591 && fc.getFileSystemView().isFileSystem(currentDirectory)) {
/openjdk7/jdk/src/share/classes/javax/swing/plaf/metal/
H A DMetalFileChooserUI.java665 if (fsv.isFileSystem(currentDirectory)) {
689 && fc.getFileSystemView().isFileSystem(currentDirectory)) {
/openjdk7/jdk/src/share/classes/com/sun/java/swing/plaf/windows/
H A DWindowsFileChooserUI.java731 if (fsv.isFileSystem(currentDirectory)) {
755 && fc.getFileSystemView().isFileSystem(currentDirectory)) {
/openjdk7/jdk/src/share/classes/com/sun/java/swing/plaf/gtk/
H A DGTKFileChooserUI.java436 || !chooser.getFileSystemView().isFileSystem(((File)objects[0])))) {
461 || !chooser.getFileSystemView().isFileSystem(file))) {
/openjdk7/jdk/src/share/classes/sun/swing/
H A DFilePane.java1983 return ((ShellFolder) f).isFileSystem();
1987 return ShellFolder.getShellFolder(f).isFileSystem();

Completed in 95 milliseconds