public class PdfFilter
extends javax.swing.filechooser.FileFilter
| Modifier and Type | Field and Description |
|---|---|
static PdfFilter |
INSTANCE
A public instance of the PdfFilter.
|
| Constructor and Description |
|---|
PdfFilter() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
accept(java.io.File f) |
java.lang.String |
getDescription() |
public static final PdfFilter INSTANCE
public boolean accept(java.io.File f)
accept in class javax.swing.filechooser.FileFilterf - FileFileFilter.accept(java.io.File)public java.lang.String getDescription()
getDescription in class javax.swing.filechooser.FileFilterFileFilter.getDescription()