de.hillenbrand.jreqtools
Class FileFilter

java.lang.Object
  extended byjavax.swing.filechooser.FileFilter
      extended byde.hillenbrand.jreqtools.FileFilter

public abstract class FileFilter
extends javax.swing.filechooser.FileFilter

This is a file filter class to be used with the FileRequester.

Author:
Markus Hillenbrand

Nested Class Summary
static class FileFilter.AllFilesFileFilter
          This is file filter which accepts all files by default.
static class FileFilter.SuffixFileFilter
          This is file filter which accepts files by a given suffix.
 
Constructor Summary
FileFilter()
           
 
Method Summary
 java.lang.String toString()
           
 
Methods inherited from class javax.swing.filechooser.FileFilter
accept, getDescription
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

FileFilter

public FileFilter()
Method Detail

toString

public java.lang.String toString()