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

/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/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...]
/openjdk7/jdk/src/share/classes/sun/net/ftp/
H A DFtpReplyCode.java230 public boolean isFileSystem() { method in class:FtpReplyCode
/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...]

Completed in 45 milliseconds