|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjavax.swing.filechooser.FileFilter
org.webdocwf.util.loader.wizard.JarFilter
DomlFilter restricts file sets to only those files that are .doml files. Use this with JFileChooser to create a directory chooser.
Constructor Summary | |
JarFilter()
Create a DomlFilter for use with the FileChooser dialog. |
Method Summary | |
boolean |
accept(java.io.File f)
Check to see if the passed file is a directory. |
java.lang.String |
getDescription()
Get a description of this filter. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public JarFilter()
Method Detail |
public boolean accept(java.io.File f)
f
- File to check.
public java.lang.String getDescription()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |