|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjavax.swing.filechooser.FileFilter
org.acm.seguin.io.AllFileFilter
public class AllFileFilter
Accepts all files
Constructor Summary | |
---|---|
AllFileFilter()
|
Method Summary | |
---|---|
boolean |
accept(java.io.File file)
Should this file be accepted |
java.lang.String |
getDescription()
Return the description of the files accepted |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AllFileFilter()
Method Detail |
---|
public java.lang.String getDescription()
getDescription
in class javax.swing.filechooser.FileFilter
public boolean accept(java.io.File file)
accept
in class javax.swing.filechooser.FileFilter
file
- the file under consideration
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |