|
|||||||||
| Home >> All >> org >> enhydra >> kelp >> common >> [ importer overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
org.enhydra.kelp.common.importer
Class JavaFilter

java.lang.Objectjavax.swing.filechooser.FileFilter
org.enhydra.tool.common.ExtensionFilter
org.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.
|
|||||||||
| Home >> All >> org >> enhydra >> kelp >> common >> [ importer overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC