ffe.parsers
Class XYZFileFilter

java.lang.Object
  extended byjavax.swing.filechooser.FileFilter
      extended byffe.parsers.XYZFileFilter

public final class XYZFileFilter
extends javax.swing.filechooser.FileFilter

The XYZFileFilter class is used to choose TINKER Cartesian Coordinate (*.XYZ) files


Constructor Summary
XYZFileFilter()
          Default Constructor
 
Method Summary
 boolean accept(java.io.File parm)
          This method determines whether or not the parm File parameter is a Tinker *.xyz or not, returning true if it is.
 java.lang.String getDescription()
          Provides a description of this FileFilter
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XYZFileFilter

public XYZFileFilter()
Default Constructor

Method Detail

accept

public boolean accept(java.io.File parm)
This method determines whether or not the parm File parameter is a Tinker *.xyz or not, returning true if it is. (Also returns true for any directory)


getDescription

public java.lang.String getDescription()
Provides a description of this FileFilter