|
|||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Objectjavax.swing.filechooser.FileFilter
jAudioFeatureExtractor.ACE.XMLParsers.FileFilterXML
public class FileFilterXML
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).
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 |
コンストラクタの詳細 |
---|
public FileFilterXML()
メソッドの詳細 |
---|
public boolean accept(java.io.File f)
javax.swing.filechooser.FileFilter
内の accept
public java.lang.String getDescription()
javax.swing.filechooser.FileFilter
内の getDescription
|
|||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |