|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjavax.swing.filechooser.FileFilter
org.sf.cafebabe.SerFileFilter
public class SerFileFilter
Class that represents the filter of serialized files for custom file chooser
| Constructor Summary | |
|---|---|
SerFileFilter()
|
|
| Method Summary | |
|---|---|
boolean |
accept(java.io.File f)
Returns wehether the given file is accepted by this filter. |
java.lang.String |
getDescription()
Gets the description of the filter in drop-down list |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SerFileFilter()
| Method Detail |
|---|
public java.lang.String getDescription()
getDescription in class javax.swing.filechooser.FileFilterpublic boolean accept(java.io.File f)
accept in class javax.swing.filechooser.FileFilter
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||