|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectlhmc.files.VideoFileFilter
public class VideoFileFilter
VideoFileFilter is an instance of the FileFilter interface Aceept all directories and image formats that our plugins can display.
Constructor Summary | |
---|---|
VideoFileFilter()
|
Method Summary | |
---|---|
boolean |
accept(java.io.File file)
Accept all directories and all mpg, mpeg, m1v, bin(VCD/SVCD Images), vob, avi, divx, mov, qt, asf, viv, rm, wmv, ogm, mkv, fli, flc and mvv formats. |
boolean |
accept(SmbFile file)
Accept all directories and all mpg, mpeg, m1v, bin(VCD/SVCD Images), vob, avi, divx, mov, qt, asf, viv, rm, wmv, ogm, mkv, fli, flc and mvv formats. |
boolean |
accept(java.net.URL url)
Accept all directories and all mpg, mpeg, m1v, bin(VCD/SVCD Images), vob, avi, divx, mov, qt, asf, viv, rm, wmv, ogm, mkv, fli, flc and mvv formats. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public VideoFileFilter()
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 |