Class PepXmlFileFilter
java.lang.Object
javax.swing.filechooser.FileFilter
com.compomics.util.io.file.filefilters.PepXmlFileFilter
File filter for *.pep.xml, *.pepxml and *.xml files.
- Author:
- Harald Barsnes
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanAccept all directories, *.pep.xml, *.pepxml and *.xml files.The description of the filter.
-
Constructor Details
-
PepXmlFileFilter
public PepXmlFileFilter()Empty default constructor
-
-
Method Details
-
accept
Accept all directories, *.pep.xml, *.pepxml and *.xml files.- Specified by:
acceptin classFileFilter- Parameters:
f- the file- Returns:
- true if the file passes the filter
-
getDescription
The description of the filter.- Specified by:
getDescriptionin classFileFilter- Returns:
- String the description of the filter
-