Uses of Package
javax.swing.filechooser
Package
Description
Provides a set of "lightweight" (all-Java language) components
that, to the maximum degree possible, work the same on all platforms.
Contains classes and interfaces used by the
JFileChooser
component.Provides one interface and many abstract classes that Swing uses to provide
its pluggable look-and-feel capabilities.
Provides user interface objects built according to the Basic look and feel.
Provides user interface objects built according to the Java look and feel
(once codenamed Metal), which is the default look and feel.
Provides user interface objects that combine two or more look and feels.
-
ClassDescription
FileFilter
is an abstract class used byJFileChooser
for filtering the set of files shown to the user.FileSystemView is JFileChooser's gateway to the file system.FileView
defines an abstract class that can be implemented to provide the filechooser with UI information for aFile
. -
ClassDescription
FileFilter
is an abstract class used byJFileChooser
for filtering the set of files shown to the user.FileSystemView is JFileChooser's gateway to the file system. -
ClassDescription
FileFilter
is an abstract class used byJFileChooser
for filtering the set of files shown to the user.FileView
defines an abstract class that can be implemented to provide the filechooser with UI information for aFile
. -
ClassDescription
FileFilter
is an abstract class used byJFileChooser
for filtering the set of files shown to the user.FileView
defines an abstract class that can be implemented to provide the filechooser with UI information for aFile
. -
ClassDescription
FileFilter
is an abstract class used byJFileChooser
for filtering the set of files shown to the user. -
ClassDescription
FileFilter
is an abstract class used byJFileChooser
for filtering the set of files shown to the user.FileView
defines an abstract class that can be implemented to provide the filechooser with UI information for aFile
.