baseCode.gui.file
Class DataFileFilter

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

public class DataFileFilter
extends javax.swing.filechooser.FileFilter


Copyright (c) 2004 Columbia University

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

Constructor Summary
DataFileFilter()
           
 
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

DataFileFilter

public DataFileFilter()
Method Detail

accept

public boolean accept(java.io.File f)

getDescription

public java.lang.String getDescription()


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