|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcharvax.swing.filechooser.FileFilter
public abstract class FileFilter
FileFilter is an abstract class that has no default implementation. An implementation of this class can be set on a JFileChooser to prevent unwanted files from appearing in the directory listing.
Constructor Summary | |
---|---|
FileFilter()
|
Method Summary | |
---|---|
abstract boolean |
accept(java.io.File file_)
Determines whether the specified file is accepted by this filter. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public FileFilter()
Method Detail |
---|
public abstract boolean accept(java.io.File file_)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |