|
|||||||||||
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.guitarPro.GPFileFilter
This class is a Filter for the Guitar Pro file extensions.
Constructor Summary | |
GPFileFilter()
|
Method Summary | |
boolean |
accept(java.lang.String s)
Check if the file filters for GP3 and GP4 accept this filename. |
java.lang.String |
getDescription()
Returns the description for this filter. |
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 GPFileFilter()
Method Detail |
public boolean accept(java.lang.String s)
accept
in class CodecFileFilter
s
- the filename
public java.lang.String getDescription()
getDescription
in class CodecFileFilter
FileFilter.getDescription()
public java.util.Vector getExtensions()
CodecFileFilter
getExtensions
in class CodecFileFilter
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |