|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjavax.swing.filechooser.FileFilter
org.jaudiotagger.test.ExtractID3TagFromFile.MP3FileFilter
final class ExtractID3TagFromFile.MP3FileFilter
| Field Summary | |
|---|---|
private boolean |
allowDirectories
allows Directories |
| Constructor Summary | |
|---|---|
|
ExtractID3TagFromFile.MP3FileFilter()
Create a default MP3FileFilter. |
private |
ExtractID3TagFromFile.MP3FileFilter(boolean allowDirectories)
Create an MP3FileFilter. |
| Method Summary | |
|---|---|
boolean |
accept(java.io.File file)
Determines whether or not the file is an mp3 file. |
java.lang.String |
getDescription()
Returns the Name of the Filter for use in the Chooser Dialog |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
private final boolean allowDirectories
| Constructor Detail |
|---|
public ExtractID3TagFromFile.MP3FileFilter()
private ExtractID3TagFromFile.MP3FileFilter(boolean allowDirectories)
allowDirectories - whether or not to accept directories| Method Detail |
|---|
public final boolean accept(java.io.File file)
accept in interface java.io.FileFilteraccept in class javax.swing.filechooser.FileFilterfile - the file to test
public final 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 | ||||||||