Added Methods |
File createFileSystemRoot(File )
|
Creates a new File object for f with correct behavior for a file system root directory. |
File getChild(File, String)
|
@param parent a File object repesenting a directory or special folder |
File getDefaultDirectory()
|
Return the user's default starting directory for the file chooser. |
String getSystemDisplayName(File )
|
Name of a file directory or folder as it would be displayed in a system file browser. |
Icon getSystemIcon(File )
|
Icon for a file directory or folder as it would be displayed in a system file browser. |
String getSystemTypeDescription(File )
|
Type description for a file directory or folder as it would be displayed in a system file browser. |
boolean isComputerNode(File )
|
|
boolean isDrive(File )
|
|
boolean isFileSystem(File )
|
|
boolean isFileSystemRoot(File )
|
|
boolean isFloppyDrive(File )
|
|
boolean isParent(File, File)
|
On Windows a file can appear in multiple folders other than its parent directory in the filesystem. |
Boolean isTraversable(File )
|
Returns true if the file (directory) can be visited. |
Changed Methods |
File createNewFolder(File )
|
Documentation changed from old to new. |
Creates a new folder with a default folder name. |
File[] getFiles(File, boolean)
|
Documentation changed from old to new. |
Gets the list of shown (i.e. |
File getParentDirectory(File )
|
Documentation changed from old to new. |
Returns the parent directory of dir . |
File[] getRoots()
|
Documentation changed from old to new. Changed from abstract to non-abstract.
|
Returns all root partitions on this system. |
boolean isHiddenFile(File )
|
Changed from abstract to non-abstract.
|
Returns whether a file is hidden or not. |
boolean isRoot(File )
|
Documentation changed from old to new. Changed from abstract to non-abstract.
|
Determines if the given file is a root in the navigatable tree(s). |