javax.swing.filechooser
Class GenericFileSystemView

java.lang.Object
  extended byjavax.swing.filechooser.FileSystemView
      extended byjavax.swing.filechooser.GenericFileSystemView

class GenericFileSystemView
extends FileSystemView

Fallthrough FileSystemView in case we can't determine the OS.


Nested Class Summary
 
Nested classes inherited from class javax.swing.filechooser.FileSystemView
FileSystemView.FileSystemRoot
 
Field Summary
private static String newFolderString
           
 
Fields inherited from class javax.swing.filechooser.FileSystemView
genericFileSystemView, unixFileSystemView, windowsFileSystemView
 
Constructor Summary
(package private) GenericFileSystemView()
           
 
Method Summary
 File createNewFolder(File containingDir)
          Creates a new folder with a default folder name.
 
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
 

Field Detail

newFolderString

private static final String newFolderString
Constructor Detail

GenericFileSystemView

GenericFileSystemView()
Method Detail

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