Java javax.swing.filechooser FileSystemView fields, constructors, methods, implement or subclass

Example usage for Java javax.swing.filechooser FileSystemView fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for javax.swing.filechooser FileSystemView.

The text is from its open source code.

Subclass

javax.swing.filechooser.FileSystemView has subclasses.
Click this link to see all its subclasses.

Method

FilegetDefaultDirectory()
Return the user's default starting directory for the file chooser.
FileSystemViewgetFileSystemView()
Returns the file system view.
FilegetHomeDirectory()
Returns the home directory.
File[]getRoots()
Returns all root partitions on this system.
StringgetSystemDisplayName(File f)
Name of a file, directory, or folder as it would be displayed in a system file browser.
StringgetSystemTypeDescription(File f)
Type description for a file, directory, or folder as it would be displayed in a system file browser.
booleanisDrive(File dir)
Used by UI classes to decide whether to display a special icon for drives or partitions, e.g.
booleanisFloppyDrive(File dir)
Used by UI classes to decide whether to display a special icon for a floppy disk.