JFileChooser
component.Note
Most of the Swing API is not thread safe. For details, see Concurrency in Swing, a section in The Java Tutorial.
Modifier and Type | Class and Description |
---|---|
public abstract class | FileFilter
|
public class | FileNameExtensionFilter
An implementation of |
public abstract class | FileSystemView
FileSystemView is JFileChooser's gateway to the file system. |
public abstract class | FileView
|
pack-priv class | GenericFileSystemView
Fallthrough FileSystemView in case we can't determine the OS. |
pack-priv class | UnixFileSystemView
FileSystemView that handles some specific unix-isms. |
pack-priv class | WindowsFileSystemView
FileSystemView that handles some specific windows concepts. |