com.melloware.jukes.file.filter
Class M3uFilter

java.lang.Object
  extended by javax.swing.filechooser.FileFilter
      extended by com.melloware.jukes.file.filter.M3uFilter

public final class M3uFilter
extends FileFilter

Filters for M3U "winamp" files in JFileChooser. Such as .m3u files.

Copyright (c) 1999-2007 Melloware, Inc.

Version:
4.0
Author:
Emil A. Lefkof III

Field Summary
static String[] EXTENSIONS
           
static String M3U
           
 
Constructor Summary
M3uFilter()
          Default Constuctor
 
Method Summary
 boolean accept(File aFile)
          Accept all music files such as .m3u.
 String getDescription()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

M3U

public static final String M3U
See Also:
Constant Field Values

EXTENSIONS

public static final String[] EXTENSIONS
Constructor Detail

M3uFilter

public M3uFilter()
Default Constuctor

Method Detail

accept

public boolean accept(File aFile)
Accept all music files such as .m3u.

Specified by:
accept in class FileFilter
See Also:
FileFilter.accept(java.io.File)

getDescription

public String getDescription()
Specified by:
getDescription in class FileFilter


Copyright © 1999-2010 Melloware Inc. All Rights Reserved.