net.sourceforge.pavlov.zipUtilities
Class ImageFileFilter

java.lang.Object
  extended by javax.swing.filechooser.FileFilter
      extended by net.sourceforge.pavlov.zipUtilities.ZipCapableFileFilter
          extended by net.sourceforge.pavlov.zipUtilities.ImageFileFilter
All Implemented Interfaces:
FileFilter

public class ImageFileFilter
extends ZipCapableFileFilter

A FileFilter that accepts only Image files (JPEG, PNG, GIF) and zip/jar entries.


Constructor Summary
ImageFileFilter()
           
 
Method Summary
 boolean accept(File f)
          Returns true if f is an Image file.
 boolean accept(ZipEntry f)
          Returns true if f is an Image file.
protected  boolean checkName(String name)
          Determines if name represents a Image file/entry name.
 String getDescription()
          Returns description of this file filter.
 
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(File f)
Returns true if f is an Image file.

Specified by:
accept in interface FileFilter
Specified by:
accept in class FileFilter
Parameters:
f - a File value
Returns:
a boolean value

accept

public boolean accept(ZipEntry f)
Returns true if f is an Image file.

Specified by:
accept in class ZipCapableFileFilter
Parameters:
f - a ZipEntry value
Returns:
a boolean value

checkName

protected boolean checkName(String name)
Determines if name represents a Image file/entry name.

Parameters:
name - a String value
Returns:
a boolean value

getDescription

public String getDescription()
Returns description of this file filter.

Specified by:
getDescription in class FileFilter
Returns:
a String value