|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjavax.swing.filechooser.FileFilter
org.fife.ui.rtextfilechooser.filters.ImageFileFilter
A file filter for JFileChoosers that filters everything except
image files supported by Swing (*.gif, *.jpg,
*.png, and *.bmp (on 1.5+)).
| Constructor Summary | |
ImageFileFilter()
Constructor. |
|
| Method Summary | |
boolean |
accept(java.io.File f)
Accepts all gif, jpg, and png image files. |
java.lang.String |
getDescription()
Returns the description of this file filter. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public ImageFileFilter()
| Method Detail |
public boolean accept(java.io.File f)
f - The file to check.
public java.lang.String getDescription()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||