Uses of Class
javax.swing.filechooser.FileView
Package
Description
Provides a set of "lightweight" (all-Java language) components
that, to the maximum degree possible, work the same on all platforms.
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 that combine two or more look and feels.
-
Uses of FileView in javax.swing
Modifier and TypeMethodDescriptionvoid
JFileChooser.setFileView
(FileView fileView) Sets the file view to be used to retrieve UI information, such as the icon that represents a file or the type description of a file. -
Uses of FileView in javax.swing.plaf
Modifier and TypeMethodDescriptionabstract FileView
FileChooserUI.getFileView
(JFileChooser fc) Returns a file view. -
Uses of FileView in javax.swing.plaf.basic
Modifier and TypeClassDescriptionprotected class
A basic file view. -
Uses of FileView in javax.swing.plaf.multi
Modifier and TypeMethodDescriptionMultiFileChooserUI.getFileView
(JFileChooser a) Invokes thegetFileView
method on each UI handled by this object.