API Overview API Index Package Overview Direct link to this page
JDK 1.6
  javax.swing.filechooser. FileView View Source
Author(s)
Jeff Dinkins
Since
Version
1.20 11/17/05
Serial
Hierarchy
 Object
      FileView
Implements
Subclasses
Description
publicabstract abstract class FileView
  FileView defines an abstract class that can be implemented to provide the filechooser with UI information for a File.
See also:    JFileChooser
Constructors
public FileView ()
Methods
Hide/Show inherited methods
public String getDescription (File f)
  A human readable description of the file.
public Icon getIcon (File f)
The icon that represents this file in the JFileChooser.
public String getName (File f)
  The name of the file.
public String getTypeDescription (File f)
  A human readable description of the type of the file.
public Boolean isTraversable (File f)
  Whether the directory is traversable or not.
Fields
Hide/Show inherited fields
Nested Classes
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar