Class InducedFileFilter

java.lang.Object
javax.swing.filechooser.FileFilter
ffx.potential.parsers.InducedFileFilter

public final class InducedFileFilter extends FileFilter
The InducedFileFilter class is used to choose a TINKER induced dipole (*.IND) file.
Since:
1.0
Author:
Michael J. Schnieders
  • Constructor Details

    • InducedFileFilter

      public InducedFileFilter()
      Default Constructor.
  • Method Details

    • accept

      public boolean accept(File file)

      This method return true if the file is a directory or matches the extension for TINKER induced dipole (*.*U) file.

      Specified by:
      accept in class FileFilter
    • getDescription

      public String getDescription()

      Provides a description of the InducedFileFilter.

      Specified by:
      getDescription in class FileFilter