cad.simcad.pathfinding.ui
Class ImagesFileNameFilter

java.lang.Object
  |
  +--cad.simcad.pathfinding.ui.ImagesFileNameFilter
All Implemented Interfaces:
java.io.FilenameFilter

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

Version:
1.0
Author:
Charles-Philip Bentley

Constructor Summary
ImagesFileNameFilter()
          Creates new ImagesFileNameFilter
 
Method Summary
 boolean accept(java.io.File dir, java.lang.String name)
          We accept only lower cases gif files
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ImagesFileNameFilter

public ImagesFileNameFilter()
Creates new ImagesFileNameFilter

Method Detail

accept

public boolean accept(java.io.File dir,
                      java.lang.String name)
We accept only lower cases gif files

Specified by:
accept in interface java.io.FilenameFilter

Logo

With the help of www.sourceforge.net and www.info.ucl.ac.be