Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.enhydra.kelp.common.importer
Class MakefileFilter  view MakefileFilter download MakefileFilter.java

java.lang.Object
  extended byorg.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
 

Constructor Detail

MakefileFilter

public MakefileFilter()
Creates an extension file filter without an extensions set.

Method Detail

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