Package org.apache.pdfbox.util
Class ExtensionFileFilter
- java.lang.Object
-
- javax.swing.filechooser.FileFilter
-
- org.apache.pdfbox.util.ExtensionFileFilter
-
public class ExtensionFileFilter extends javax.swing.filechooser.FileFilterA FileFilter that will only accept files of a certain extension.- Version:
- $Revision: 1.2 $
- Author:
- Ben Litchfield
-
-
Constructor Summary
Constructors Constructor Description ExtensionFileFilter(java.lang.String[] ext, java.lang.String description)Constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanaccept(java.io.File pathname)java.lang.StringgetDescription()
-