|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjavax.swing.filechooser.FileFilter
appli.sqlplayer.gui.SQLFileFilter
This is a FileFilter to show only directories and SQL files (with name in the format sql*.prm)
Constructor Summary | |
SQLFileFilter()
|
Method Summary | |
boolean |
accept(java.io.File f)
Accept only Directories and SQL Files in this File Filter |
java.lang.String |
getDescription()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public SQLFileFilter()
Method Detail |
public boolean accept(java.io.File f)
f
- File object coming from the fileChooser for which the decision
should be made whether it is selected or not
public java.lang.String getDescription()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |