public class ImageFileFilter extends FileFilter
| Constructor and Description |
|---|
ImageFileFilter() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
accept(File file) |
String |
getDescription() |
boolean |
isImage(File file) |
public boolean accept(File file)
accept in class FileFilterpublic boolean isImage(File file)
public String getDescription()
getDescription in class FileFilterCopyright © 2007–2017 Andreas Bartels. All rights reserved.