ucar.unidata.util
Class SuffixFileFilter

java.lang.Object
  extended by javax.swing.filechooser.FileFilter
      extended by ucar.unidata.util.SuffixFileFilter

public class SuffixFileFilter
extends FileFilter

Class SuffixFileFilter

Author:
IDV development team

Constructor Summary
SuffixFileFilter(Hashtable fileSuffixes, String desc)
          _more_
 
Method Summary
 boolean accept(File file)
          _more_
 String getDescription()
          _more_
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SuffixFileFilter

public SuffixFileFilter(Hashtable fileSuffixes,
                        String desc)
_more_

Parameters:
fileSuffixes -
desc -
Method Detail

accept

public boolean accept(File file)
_more_

Specified by:
accept in class FileFilter
Parameters:
file -
Returns:
_more_

getDescription

public String getDescription()
_more_

Specified by:
getDescription in class FileFilter
Returns:
_more_