net.sf.imageCave
Class myFilter2

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

public class myFilter2
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
myFilter2()
           
 
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

myFilter2

public myFilter2()
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.