hades.models.imaging
Class ImageFileFilter

java.lang.Object
  extended byjavax.swing.filechooser.FileFilter
      extended byhades.models.imaging.ImageFileFilter

public class ImageFileFilter
extends javax.swing.filechooser.FileFilter

FilenameFilter with *.fig extension.


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

Constructor Detail

ImageFileFilter

public ImageFileFilter()
Method Detail

accept

public boolean accept(java.io.File file)

getDescription

public java.lang.String getDescription()