com.evanmclean.evlib.swing.filechooser
Class AllFilesFilter

java.lang.Object
  extended by javax.swing.filechooser.FileFilter
      extended by com.evanmclean.evlib.swing.filechooser.AllFilesFilter

public class AllFilesFilter
extends FileFilter

File filter for the JFileChooser that accepts all files.

Author:
Evan McLean McLean Computer Services (see the overview for copyright and licensing.)

Constructor Summary
AllFilesFilter()
           
AllFilesFilter(String description)
           
 
Method Summary
 boolean accept(File file)
           
 String getDescription()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AllFilesFilter

public AllFilesFilter()

AllFilesFilter

public AllFilesFilter(String description)
Method Detail

accept

public boolean accept(File file)
Specified by:
accept in class FileFilter

getDescription

public String getDescription()
Specified by:
getDescription in class FileFilter