|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
|
+--javax.swing.filechooser.FileFilter
|
+--picturedream.ui.MJFileFilter
Title: PictureDream
Description: a generic file filter class
Copyright: Copyright (c) 2003 MRoc
Organisation: MRoc Audiosolutions
| Field Summary | |
protected java.lang.String |
description
the file type description |
protected java.lang.String[] |
possibleSuffix
the possible file suffix |
| Constructor Summary | |
MJFileFilter(java.lang.String[] possibleSuffix,
java.lang.String description)
constructs a file filter for the given file suffix |
|
| Method Summary | |
boolean |
accept(java.io.File f)
Whether the given file is accepted by this filter. |
java.lang.String |
getDescription()
The description of this filter |
| Methods inherited from class java.lang.Object |
|
| Field Detail |
protected java.lang.String[] possibleSuffix
protected java.lang.String description
| Constructor Detail |
public MJFileFilter(java.lang.String[] possibleSuffix,
java.lang.String description)
| Method Detail |
public boolean accept(java.io.File f)
accept in class javax.swing.filechooser.FileFilterpublic java.lang.String getDescription()
getDescription in class javax.swing.filechooser.FileFilter
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||