pipe.gui
Class ModuleFilter

java.lang.Object
  |
  +--pipe.gui.ModuleFilter
All Implemented Interfaces:
FilenameFilter

public class ModuleFilter
extends Object
implements FilenameFilter

Filter to select all files in a directory with a 'class' extension.

Author:
Camilla Clifford

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

Constructor Detail

ModuleFilter

public ModuleFilter()
Method Detail

accept

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