com.melloware.jukes.file.filter
Class PdfFilter
java.lang.Object
javax.swing.filechooser.FileFilter
com.melloware.jukes.file.filter.PdfFilter
public final class PdfFilter
- extends FileFilter
Filters for pdf files in JFileChooser. Such as .pdf files.
Copyright (c) 1999-2007 Melloware, Inc.
- Version:
- 4.0
- Author:
- Emil A. Lefkof III
|
Constructor Summary |
PdfFilter()
Default Constuctor |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PDF
public static final String PDF
- See Also:
- Constant Field Values
EXTENSIONS
public static final String[] EXTENSIONS
PdfFilter
public PdfFilter()
- Default Constuctor
getDescription
public String getDescription()
- Specified by:
getDescription in class FileFilter
accept
public boolean accept(File aFile)
- Accept all PDF files such as .pdf.
- Specified by:
accept in class FileFilter
- See Also:
FileFilter.accept(java.io.File)
Copyright © 1999-2010 Melloware Inc. All Rights Reserved.