com.twelvemonkeys.imageio.util
Class WriterFileSuffixFilter

java.lang.Object
  extended by javax.swing.filechooser.FileFilter
      extended by com.twelvemonkeys.imageio.util.WriterFileSuffixFilter
All Implemented Interfaces:
FileFilter

public final class WriterFileSuffixFilter
extends FileFilter
implements FileFilter

WriterFileSuffixFilter

Version:
$Id: WriterFileSuffixFilter.java,v 1.0 11.okt.2006 20:05:36 haku Exp$
Author:
Harald Kuhr, last modified by $Author: haku$

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

Constructor Detail

WriterFileSuffixFilter

public WriterFileSuffixFilter()

WriterFileSuffixFilter

public WriterFileSuffixFilter(String pDescription)
Method Detail

accept

public boolean accept(File pFile)
Specified by:
accept in interface FileFilter
Specified by:
accept in class FileFilter

getDescription

public String getDescription()
Specified by:
getDescription in class FileFilter


Copyright © 2015. All Rights Reserved.