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