|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectlhmc.files.AudioFileFilter
public class AudioFileFilter
AudioFileFilter is an instance of the FileFilter interface Accept all directories and image formats that our plugins can display.
Constructor Summary | |
---|---|
AudioFileFilter()
|
Method Summary | |
---|---|
boolean |
accept(java.io.File file)
Accept all directories and all mp3, ogg, flac, MONKEY's AUDIO, WAV, AIFF, AU and SPEEX audio formats. |
boolean |
accept(SmbFile file)
Accept all directories and all mp3, ogg, flac, MONKEY's AUDIO, WAV, AIFF, AU and SPEEX audio formats. |
boolean |
accept(java.net.URL url)
Accept all directories and all mp3, ogg, flac, MONKEY's AUDIO, WAV, AIFF, AU and SPEEX audio formats. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AudioFileFilter()
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 |