net.sourceforge.pavlov.zipUtilities
Class ZipCapableFileFilter
java.lang.Object
javax.swing.filechooser.FileFilter
net.sourceforge.pavlov.zipUtilities.ZipCapableFileFilter
- All Implemented Interfaces:
- FileFilter
- Direct Known Subclasses:
- HTMLFileFilter, ImageFileFilter, JPEGFileFilter, SoundFileFilter, XMLFileFilter
public abstract class ZipCapableFileFilter
- extends FileFilter
- implements FileFilter
A file filter that can be used on regular files
as well as zip/jar entries.
Method Summary |
abstract boolean |
accept(ZipEntry f)
Return true if you want to accept this entry |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ZipCapableFileFilter
public ZipCapableFileFilter()
accept
public abstract boolean accept(ZipEntry f)
- Return true if you want to accept this entry