com.melloware.jukes.file.filter
Class ImageFilter
java.lang.Object
javax.swing.filechooser.FileFilter
com.melloware.jukes.file.filter.ImageFilter
public final class ImageFilter
- extends FileFilter
Filters for image files in JFileChooser. Such as .jpg and .gif files.
Copyright (c) 1999-2007 Melloware, Inc.
- Version:
- 4.0
- Author:
- Emil A. Lefkof III
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JPEG
public static final String JPEG
- See Also:
- Constant Field Values
JPG
public static final String JPG
- See Also:
- Constant Field Values
GIF
public static final String GIF
- See Also:
- Constant Field Values
TIFF
public static final String TIFF
- See Also:
- Constant Field Values
TIF
public static final String TIF
- See Also:
- Constant Field Values
PNG
public static final String PNG
- See Also:
- Constant Field Values
EXTENSIONS
public static final String[] EXTENSIONS
ImageFilter
public ImageFilter()
- Default Constuctor
getDescription
public String getDescription()
- Specified by:
getDescription in class FileFilter
accept
public boolean accept(File aFile)
- Accept all music files such as .png.
- Specified by:
accept in class FileFilter
- See Also:
FileFilter.accept(java.io.File)
Copyright © 1999-2010 Melloware Inc. All Rights Reserved.