org.pdfsam.guiclient.utils.filters
Class HtmlFilter

java.lang.Object
  extended by org.pdfsam.guiclient.utils.filters.HtmlFilter
All Implemented Interfaces:
java.io.FileFilter

public class HtmlFilter
extends java.lang.Object
implements java.io.FileFilter

Filter for the JFileChooser. Used by Log to save log to file.

Author:
Andrea Vacondio
See Also:
JFileChooser

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

Constructor Detail

HtmlFilter

public HtmlFilter()
Method Detail

accept

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

getDescription

public java.lang.String getDescription()

getExtension

public java.lang.String getExtension(java.io.File f)