Definition of Filefilter

JDK Doc(JAVA)
FileFilter
- interface java.io..FileFilter 
public interface FileFilter
public boolean accept (File  pathname)
A filter for abstract pathnames.

FileFilter *2
- class javax.swing.filechooser..FileFilter 
public abstract class FileFilter extends Object 
Tree:java.lang.Object - javax.swing.filechooser.FileFilter
FileFilter is an abstract class that has no default implemention. A FileFilter, once implemented, can be set on a JFileChooser to keep unwanted files from appearing in the directory listing. A default implementation (ExtensionFileFilter) is currently in the FileChooserDemo directory, and will become a first class swing implementation in Swing 1.0.3. For an example implementation of a simple file filter, see /demo/jfc/FileChooserDemo/ExampleFileFilter.java. For more information, see the Swing Connection article on the

FileFilter()
- Constructor for class javax.swing.filechooser.FileFilter 
public FileFilter ()

Search Dictionary:
Search Web Search Dictionary