Uses of Package
javax.swing.filechooser
Packages that use javax.swing.filechooser
包
描述
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.
-
Classes in javax.swing.filechooser used by javax.swingClass描述
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
. -
Classes in javax.swing.filechooser used by javax.swing.filechooserClass描述
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. -
Classes in javax.swing.filechooser used by javax.swing.plafClass描述
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
. -
Classes in javax.swing.filechooser used by javax.swing.plaf.basicClass描述
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
. -
Classes in javax.swing.filechooser used by javax.swing.plaf.metalClass描述
FileFilter
is an abstract class used byJFileChooser
for filtering the set of files shown to the user. -
Classes in javax.swing.filechooser used by javax.swing.plaf.multiClass描述
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
.