com.compomics.util.io.filefilters
Class PkxFileFilter
java.lang.Object
javax.swing.filechooser.FileFilter
com.compomics.util.io.filefilters.PkxFileFilter
public class PkxFileFilter
- extends FileFilter
File filter for *.pkx files.
Created March 2008
- Author:
- Harald Barsnes
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PkxFileFilter
public PkxFileFilter()
accept
public boolean accept(File f)
- Accept all directories, *.pkx files.
- Specified by:
accept
in class FileFilter
- Parameters:
f
-
- Returns:
- boolean
getDescription
public String getDescription()
- The description of this filter
- Specified by:
getDescription
in class FileFilter
- Returns:
- String
Copyright © 2012. All Rights Reserved.