|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--javax.swing.filechooser.FileFilter | +--s2iMain.sppFilter
A FileFilter class for choosing SpiTran project files in a JFileChooser
Constructor Summary | |
(package private) |
s2iMain.sppFilter()
|
Method Summary | |
boolean |
accept(java.io.File f)
Determine if a file entry should be shown in a JFileChooser. |
java.lang.String |
getDescription()
Get the description String for SpiTran project files in a JFileChooser |
Methods inherited from class java.lang.Object |
|
Constructor Detail |
s2iMain.sppFilter()
Method Detail |
public java.lang.String getDescription()
public boolean accept(java.io.File f)
f
- The file to accept or reject
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |