net.sf.imageCave
Class myFilter

java.lang.Object
  |
  +--javax.swing.filechooser.FileFilter
        |
        +--net.sf.imageCave.myFilter

public class myFilter
extends javax.swing.filechooser.FileFilter

Author:
Justin M. Rasmussen To change this generated comment edit the template variable "typecomment": Window>Preferences>Java>Templates. To enable and disable the creation of type comments go to Window>Preferences>Java>Code Generation.

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

myFilter

public myFilter()
Method Detail

getDescription

public java.lang.String getDescription()
Specified by:
getDescription in class javax.swing.filechooser.FileFilter

accept

public boolean accept(java.io.File f)
Specified by:
accept in class javax.swing.filechooser.FileFilter


Copyright 2004 Brian Lund, Justin Rasmussen, & Stuart Tett. All Rights Reserved.