ip.gui.frames
Class IsFileFileNameFilter

java.lang.Object
  extended by ip.gui.frames.IsFileFileNameFilter
All Implemented Interfaces:
java.io.FilenameFilter

public class IsFileFileNameFilter
extends java.lang.Object
implements java.io.FilenameFilter

User: lyon Date: Aug 24, 2006 Time: 6:56:30 AM Copyright DocJava, Inc. 2005.


Constructor Summary
IsFileFileNameFilter()
           
 
Method Summary
 boolean accept(java.io.File dir, java.lang.String name)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IsFileFileNameFilter

public IsFileFileNameFilter()
Method Detail

accept

public boolean accept(java.io.File dir,
                      java.lang.String name)
Specified by:
accept in interface java.io.FilenameFilter