Package ffx.potential.parsers
Class InducedFileFilter
java.lang.Object
javax.swing.filechooser.FileFilter
ffx.potential.parsers.InducedFileFilter
The InducedFileFilter class is used to choose a TINKER induced dipole (*.IND) file.
- Since:
- 1.0
- Author:
- Michael J. Schnieders
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
InducedFileFilter
public InducedFileFilter()Default Constructor.
-
-
Method Details
-
accept
This method return
true
if the file is a directory or matches the extension for TINKER induced dipole (*.*U) file.- Specified by:
accept
in classFileFilter
-
getDescription
Provides a description of the InducedFileFilter.
- Specified by:
getDescription
in classFileFilter
-