|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.io.File
javax.swing.filechooser.FileSystemView.FileSystemRoot
| Field Summary |
| Fields inherited from class java.io.File |
pathSeparator, pathSeparatorChar, separator, separatorChar |
| Constructor Summary | |
FileSystemView.FileSystemRoot(File f)
|
|
FileSystemView.FileSystemRoot(String s)
|
|
| Method Summary | |
String |
getName()
Returns the name of the file or directory denoted by this abstract pathname. |
boolean |
isDirectory()
Tests whether the file denoted by this abstract pathname is a directory. |
| Methods inherited from class java.io.File |
canRead, canWrite, compareTo, compareTo, createNewFile, createTempFile, createTempFile, delete, deleteOnExit, equals, exists, getAbsoluteFile, getAbsolutePath, getCanonicalFile, getCanonicalPath, getParent, getParentFile, getPath, hashCode, isAbsolute, isFile, isHidden, lastModified, length, list, list, listFiles, listFiles, listFiles, listRoots, mkdir, mkdirs, renameTo, setLastModified, setReadOnly, toString, toURI, toURL |
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public FileSystemView.FileSystemRoot(File f)
public FileSystemView.FileSystemRoot(String s)
| Method Detail |
public boolean isDirectory()
File
isDirectory in class Filetrue if and only if the file denoted by this
abstract pathname exists and is a directory;
false otherwisepublic String getName()
File
getName in class File
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||