java.lang.Object javax.swing.filechooser.FileSystemView
public File createFileObject(File dir, String filename)
public File createFileObject(String path)
protected File createFileSystemRoot(File f)
public abstract File createNewFolder(File containingDir) throws IOException
public FileSystemView()
public File getChild(File parent, String fileName)
public File getDefaultDirectory()
public File[] getFiles(File dir, boolean useFileHiding)
public static FileSystemView getFileSystemView()
public File getHomeDirectory()
public File getParentDirectory(File dir)
public File[] getRoots()
public String getSystemDisplayName(File f)
JFileChooser.getName(java.io.File)
public Icon getSystemIcon(File f)
JFileChooser.getIcon(java.io.File)
public String getSystemTypeDescription(File f)
JFileChooser.getTypeDescription(java.io.File)
public boolean isComputerNode(File dir)
public boolean isDrive(File dir)
public boolean isFileSystem(File f)
public boolean isFileSystemRoot(File dir)
isRoot(java.io.File)
public boolean isFloppyDrive(File dir)
public boolean isHiddenFile(File f)
public boolean isParent(File folder, File file)
public boolean isRoot(File f)
isFileSystemRoot(java.io.File)
public Boolean isTraversable(File f)