javax.swing.filechooser
Class GenericFileSystemView
java.lang.Object
javax.swing.filechooser.FileSystemView
javax.swing.filechooser.GenericFileSystemView
- class GenericFileSystemView
- extends FileSystemView
Fallthrough FileSystemView in case we can't determine the OS.
Methods inherited from class javax.swing.filechooser.FileSystemView |
createFileObject, createFileObject, createFileSystemRoot, getChild, getDefaultDirectory, getFiles, getFileSystemView, getHomeDirectory, getParentDirectory, getRoots, getShellFolder, getSystemDisplayName, getSystemIcon, getSystemTypeDescription, isComputerNode, isDrive, isFileSystem, isFileSystemRoot, isFloppyDrive, isHiddenFile, isParent, isRoot, isTraversable |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
newFolderString
private static final String newFolderString
GenericFileSystemView
GenericFileSystemView()
createNewFolder
public File createNewFolder(File containingDir)
throws IOException
- Creates a new folder with a default folder name.
- Specified by:
createNewFolder
in class FileSystemView
- Throws:
IOException