jAudioFeatureExtractor.jAudioTools
クラス FileFilterAudio
java.lang.Object
javax.swing.filechooser.FileFilter
jAudioFeatureExtractor.jAudioTools.FileFilterAudio
public class FileFilterAudio
- extends javax.swing.filechooser.FileFilter
A file filter for the JFileChooser class.
Implements the two methods of the FileFilter
abstract class.
Filters all files except directories and files that
end with .wav, .wave, .aif, .aiff, .aifc, .au, .snd
and mp3 (case is ignored).
WARNING: Future additions will be made, as
the Java SDK comes to support more file types.
- 作成者:
- Cory McKay
- 関連項目:
FileFilter
| クラス java.lang.Object から継承されたメソッド |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FileFilterAudio
public FileFilterAudio()
accept
public boolean accept(java.io.File f)
- 定義:
- クラス
javax.swing.filechooser.FileFilter 内の accept
getDescription
public java.lang.String getDescription()
- 定義:
- クラス
javax.swing.filechooser.FileFilter 内の getDescription