pgbennett.jampal
Class ImageFileFilter

java.lang.Object
  extended by javax.swing.filechooser.FileFilter
      extended by pgbennett.jampal.Mp3FileFilter
          extended by pgbennett.jampal.ImageFileFilter
All Implemented Interfaces:
java.io.FileFilter

public class ImageFileFilter
extends Mp3FileFilter
implements java.io.FileFilter


Constructor Summary
ImageFileFilter()
           
 
Method Summary
 boolean accept(java.io.File f)
           
 java.lang.String getDescription()
           
 
Methods inherited from class pgbennett.jampal.Mp3FileFilter
getExtension, setExtension
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ImageFileFilter

public ImageFileFilter()
Method Detail

accept

public boolean accept(java.io.File f)
Specified by:
accept in interface java.io.FileFilter
Overrides:
accept in class Mp3FileFilter

getDescription

public java.lang.String getDescription()
Overrides:
getDescription in class Mp3FileFilter