Class Ms2FileFilter
java.lang.Object
javax.swing.filechooser.FileFilter
com.compomics.util.io.file.filefilters.Ms2FileFilter
File filter for *.ms2 files.
- Author:
- Harald Barsnes
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanAccept all directories, *.ms2 files.The description of the filter.
-
Constructor Details
-
Ms2FileFilter
public Ms2FileFilter()Empty default constructor
-
-
Method Details
-
accept
Accept all directories, *.ms2 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
-