|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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
Constructor Summary | |
---|---|
FileFilterXML()
|
Method Summary | |
---|---|
boolean |
accept(java.io.File f)
|
java.lang.String |
getDescription()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public FileFilterXML()
Method Detail |
---|
public boolean accept(java.io.File f)
accept
in class javax.swing.filechooser.FileFilter
public java.lang.String getDescription()
getDescription
in class javax.swing.filechooser.FileFilter
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |