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

Quick Search    Search Deep

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

java.lang.Object
  extended byjavax.swing.filechooser.FileFilter
      extended byorg.enhydra.tool.common.ExtensionFilter
          extended byorg.enhydra.kelp.common.importer.JavaFilter
All Implemented Interfaces:
java.io.FileFilter

public class JavaFilter
extends org.enhydra.tool.common.ExtensionFilter


Field Summary
 
Fields inherited from class org.enhydra.tool.common.ExtensionFilter
 
Constructor Summary
JavaFilter()
          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 org.enhydra.tool.common.ExtensionFilter
addExclusion, addExtension, getDescription, getDescriptionTitle, isDirectoryValid, isExcludeOnly, setDescriptionTitle, setDirectoryValid, setExcludeOnly
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JavaFilter

public JavaFilter()
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.