jAudioFeatureExtractor.ACE.XMLParsers
クラス FileFilterXML

java.lang.Object
  上位を拡張 javax.swing.filechooser.FileFilter
      上位を拡張 jAudioFeatureExtractor.ACE.XMLParsers.FileFilterXML

public class FileFilterXML
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 .xml (case is ignored).

作成者:
Cory McKay
関連項目:
FileFilter

コンストラクタの概要
FileFilterXML()
           
 
メソッドの概要
 boolean accept(java.io.File f)
           
 java.lang.String getDescription()
           
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

FileFilterXML

public FileFilterXML()
メソッドの詳細

accept

public boolean accept(java.io.File f)
定義:
クラス javax.swing.filechooser.FileFilter 内の accept

getDescription

public java.lang.String getDescription()
定義:
クラス javax.swing.filechooser.FileFilter 内の getDescription