java.lang.Object
org.enhydra.kelp.common.importer.MakefileFilter
- All Implemented Interfaces:
- java.io.FileFilter
- public class MakefileFilter
- extends java.lang.Object
- implements java.io.FileFilter
|
Constructor Summary |
MakefileFilter()
Creates an extension file filter without an extensions set. |
|
Method Summary |
boolean |
accept(java.io.File f)
Return true if this file should be shown in a file chooser. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MakefileFilter
public MakefileFilter()
- Creates an extension file filter without an extensions set.
accept
public boolean accept(java.io.File f)
- Return true if this file should be shown in a file chooser.
- Specified by:
accept in interface java.io.FileFilter