|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjavax.swing.filechooser.FileFilter
CLIPImageFilter
public class CLIPImageFilter
This is an image filter that supports gif, jpg, jpeg, and png images.
Field Summary | |
---|---|
static java.lang.String |
gif
gif image extension |
static java.lang.String |
jpeg
jpeg image extension |
static java.lang.String |
jpg
jpg image extension |
static java.lang.String |
png
png image extension |
Constructor Summary | |
---|---|
CLIPImageFilter()
|
Method Summary | |
---|---|
boolean |
accept(java.io.File f)
Accepts directories, jpg, jpeg, gif, and png files. |
java.lang.String |
getDescription()
Returns the description of the filter. |
static java.lang.String |
getExtension(java.io.File f)
Deterimines the file extension of the passed in file, then returns it. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String gif
public static final java.lang.String jpg
public static final java.lang.String jpeg
public static final java.lang.String png
Constructor Detail |
---|
public CLIPImageFilter()
Method Detail |
---|
public boolean accept(java.io.File f)
accept
in class javax.swing.filechooser.FileFilter
f
- File to test for acceptance
true
on accepted; false
otherwise.public java.lang.String getDescription()
getDescription
in class javax.swing.filechooser.FileFilter
public static java.lang.String getExtension(java.io.File f)
f
- The file to determine the extension of
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |