Package ffx.potential.parsers
Class ESVFileFilter
java.lang.Object
javax.swing.filechooser.FileFilter
ffx.potential.parsers.ESVFileFilter
The ESVFileFilter class is used to choose a Extended System Restart (*.ESV) file.
- Since:
- 1.0
- Author:
- Andrew Thiel
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
ESVFileFilter
public ESVFileFilter()Default Constructor.
-
-
Method Details
-
accept
This method return
true
if the file is a directory or ExtendedSystem Variable Restart file (*.ESV).- Specified by:
accept
in classFileFilter
-
getDescription
Provides a description of this ESVFileFilter.
- Specified by:
getDescription
in classFileFilter
-