|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectlhmc.files.ImageFileFilter
public class ImageFileFilter
ImageFileFilter is an instance of the FileFilter interface Aceept all directories and image formats that our plugins can display.
Constructor Summary | |
---|---|
ImageFileFilter()
|
Method Summary | |
---|---|
boolean |
accept(java.io.File file)
Accept all directories and all bmp, gif, jpeg, jpg, png or wbmp files. |
boolean |
accept(SmbFile file)
Accept all directories and all bmp, gif, jpeg, jpg, png or wbmp files. |
boolean |
accept(java.net.URL url)
Accept all directories and all bmp, gif, jpeg, jpg, png or wbmp files. |
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.net.URL url)
url
- The URL to accept.
public boolean accept(java.io.File file)
accept
in interface java.io.FileFilter
file
- The file to accept.
public boolean accept(SmbFile file)
accept
in interface java.io.FileFilter
file
- The smbfile to accept.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |