API Overview API Index Package Overview Direct link to this page
JDK 1.6
  javax.swing.filechooser. FileFilter View Source
Author(s)
Jeff Dinkins
Since
Version
1.21 02/02/06
Serial
Hierarchy
 Object
      FileFilter
Implements
Subclasses
Description
publicabstract abstract class FileFilter
  FileFilter is an abstract class used by JFileChooser for filtering the set of files shown to the user.
Constructors
public FileFilter ()
Methods
Hide/Show inherited methods
publicabstract boolean accept (File f)
Whether the given file is accepted by this filter.
publicabstract String getDescription ()
  The description of this filter.
Fields
Hide/Show inherited fields
Nested Classes
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar