|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object javax.swing.filechooser.FileFilter dguitar.codecs.CodecFileFilter dguitar.codecs.midi.MIDFileFilter
This is a Filter for the *.MID (midi) file extension
Constructor Summary | |
MIDFileFilter()
|
Method Summary | |
boolean |
accept(java.lang.String s)
Override this method actually accept the Name of the file or not |
java.lang.String |
getDescription()
Returns a description of this CodeFilter |
java.util.Vector |
getExtensions()
This method returns the extension the codec handles Example: {".GP3",".GP4",".GTP"} if it is a Guitar Pro codec) |
Methods inherited from class dguitar.codecs.CodecFileFilter |
accept, accept |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public MIDFileFilter()
Method Detail |
public java.lang.String getDescription()
CodecFileFilter
getDescription
in class CodecFileFilter
FileFilter.getDescription()
public java.util.Vector getExtensions()
CodecFileFilter
getExtensions
in class CodecFileFilter
public boolean accept(java.lang.String s)
CodecFileFilter
accept
in class CodecFileFilter
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |