|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--javax.swing.filechooser.FileFilter | +--de.java_chess.javaChess.pgn.PGNFileFilter
A file filter for PGN files.
Constructor Summary | |
PGNFileFilter()
|
Method Summary | |
boolean |
accept(java.io.File file)
Check if the given file is a PGN file. |
java.lang.String |
getDescription()
Get a description of this file filter. |
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
Constructor Detail |
public PGNFileFilter()
Method Detail |
public boolean accept(java.io.File file)
file
- The file to check.public java.lang.String getDescription()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |