javax.swing.filechooser |
Contains classes and interfaces used by the JFileChooser component.
Note:
Most of the Swing API is not thread safe.
For details, see
Threads and Swing,
a section in
The Java Tutorial.
Related Documentation
This document forms the complete API specification. For overviews, tutorials,
examples, guides, and tool documentation, please see:
@since 1.2
@serial exclude
|
Java Source File Name | Type | Comment |
FileFilter.java | Class | FileFilter is an abstract class used by
JFileChooser for filtering the set of files shown to the user. |
FileNameExtensionFilter.java | Class | An implementation of
FileFilter that filters using a
specified set of extensions. |
FileSystemView.java | Class | FileSystemView is JFileChooser's gateway to the
file system. |
FileView.java | Class | FileView defines an abstract class that can be implemented
to provide the filechooser with UI information for a File .
Each L&F JFileChooserUI object implements this
class to pass back the correct icons and type descriptions specific to
that L&F. |