|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--javax.swing.filechooser.FileFilter | +--LodFileFilter
Field Summary | |
private boolean |
accepted
|
private java.lang.String |
extension
|
private java.lang.String |
filename
|
private int |
period_index
|
Constructor Summary | |
LodFileFilter()
|
Method Summary | |
boolean |
accept(java.io.File file)
This method determines if any of the files in the current directory have the ".lod" extension. |
java.lang.String |
getDescription()
This method returns the String that will be displayed in the file description section of the file dialog box. |
Methods inherited from class java.lang.Object |
|
Field Detail |
private java.lang.String filename
private java.lang.String extension
private int period_index
private boolean accepted
Constructor Detail |
public LodFileFilter()
Method Detail |
public boolean accept(java.io.File file)
FileFilter
public java.lang.String getDescription()
FileFilter
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |