baseCode.gui.file
Class ImageFileFilter

java.lang.Object
  extended byjavax.swing.filechooser.FileFilter
      extended bybaseCode.gui.file.ImageFileFilter

public class ImageFileFilter
extends javax.swing.filechooser.FileFilter


Copyright (c) 2004 Columbia University

Version:
$Id: ImageFileFilter.java,v 1.3 2004/07/27 03:18:58 pavlidis Exp $
Author:
Will Braynen

Constructor Summary
ImageFileFilter()
           
 
Method Summary
 boolean accept(java.io.File f)
           
 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 f)

getDescription

public java.lang.String getDescription()


Copyright © 2003-2005 Columbia University. All Rights Reserved.