|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectjavax.swing.filechooser.FileFilter
TXTFilter
This class provides a filter to Load dialogs so that only .txt files can be loaded. This is useful for loading custom dictionaries so that we can restrict the user's choice of files.
Dictionary| Constructor Summary | |
TXTFilter()
|
|
| Method Summary | |
boolean |
accept(java.io.File f)
|
java.lang.String |
getDescription()
|
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public TXTFilter()
| Method Detail |
public boolean accept(java.io.File f)
public java.lang.String getDescription()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||