com.huguesjohnson.fileFilter
Class MidiFileFilter

java.lang.Object
  extended by javax.swing.filechooser.FileFilter
      extended by com.huguesjohnson.fileFilter.MultiExtensionFileFilter
          extended by com.huguesjohnson.fileFilter.MidiFileFilter

public class MidiFileFilter
extends MultiExtensionFileFilter

MidiFileFilter Filter to only accept midi files

Author:
Hugues Johnson

Constructor Summary
MidiFileFilter()
          Creates a new instance of MidiFileFilter
 
Method Summary
 java.lang.String getDescription()
          Returns the description of file accepted by the filter.
 
Methods inherited from class com.huguesjohnson.fileFilter.MultiExtensionFileFilter
accept
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MidiFileFilter

public MidiFileFilter()
Creates a new instance of MidiFileFilter

Method Detail

getDescription

public java.lang.String getDescription()
Returns the description of file accepted by the filter.

Overrides:
getDescription in class MultiExtensionFileFilter
Returns:
Description of files accepted by the current filter.


Copyright © 2004-2006 Hugues Johnson