jreqtools
Class FileFilter.AllFilesFileFilter

java.lang.Object
  |
  +--javax.swing.filechooser.FileFilter
        |
        +--jreqtools.FileFilter.AllFilesFileFilter
Enclosing class:
FileFilter

public static final class FileFilter.AllFilesFileFilter
extends javax.swing.filechooser.FileFilter

This is file filter which accepts all files by default.

Author:
Markus Hillenbrand

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

Constructor Detail

FileFilter.AllFilesFileFilter

public FileFilter.AllFilesFileFilter()
Method Detail

accept

public boolean accept(java.io.File arg0)
Overrides:
accept in class javax.swing.filechooser.FileFilter

getDescription

public java.lang.String getDescription()
Overrides:
getDescription in class javax.swing.filechooser.FileFilter