ui.recognizer
Class PlotFileFilter

java.lang.Object
  extended by javax.swing.filechooser.FileFilter
      extended by ui.recognizer.PlotFileFilter

public class PlotFileFilter
extends FileFilter


Constructor Summary
PlotFileFilter(String aFileTypes, String[] aFileType)
           
 
Method Summary
 boolean accept(File f)
           
 String getDescription()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PlotFileFilter

public PlotFileFilter(String aFileTypes,
                      String[] aFileType)
Method Detail

accept

public boolean accept(File f)
Specified by:
accept in class FileFilter

getDescription

public String getDescription()
Specified by:
getDescription in class FileFilter