ebgeo.maprequest
Class MainWindow.PropertyFileFilter

java.lang.Object
  extended byebgeo.maprequest.MainWindow.PropertyFileFilter
All Implemented Interfaces:
FilenameFilter
Enclosing class:
MainWindow

public class MainWindow.PropertyFileFilter
extends Object
implements FilenameFilter


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

Constructor Detail

MainWindow.PropertyFileFilter

public MainWindow.PropertyFileFilter()
Method Detail

accept

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