Package org.apache.pdfbox.debugger.ui
Class ExtensionFileFilter
- java.lang.Object
-
- javax.swing.filechooser.FileFilter
-
- org.apache.pdfbox.debugger.ui.ExtensionFileFilter
-
public class ExtensionFileFilter extends javax.swing.filechooser.FileFilterA FileFilter that will only accept files of a certain extension.- 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()
-