|
|||||||||
| Home >> All >> org >> greenstone >> gatherer >> [ msm overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
org.greenstone.gatherer.msm
Class MDSFileFilter

java.lang.Objectjavax.swing.filechooser.FileFilter
org.greenstone.gatherer.msm.MDSFileFilter
- public final class MDSFileFilter
- extends javax.swing.filechooser.FileFilter
A custom FileFilter for the file choosers.
| Field Summary | |
private java.lang.String |
description
|
| Constructor Summary | |
MDSFileFilter()
Constructor. |
|
| Method Summary | |
boolean |
accept(java.io.File f)
Override this method to return true only if the file extension is .mds. |
java.lang.String |
getDescription()
Retrieve the description for this filter. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
description
private java.lang.String description
| Constructor Detail |
MDSFileFilter
public MDSFileFilter()
- Constructor.
| Method Detail |
accept
public boolean accept(java.io.File f)
- Override this method to return true only if the file extension is .mds.
getDescription
public java.lang.String getDescription()
- Retrieve the description for this filter.
|
|||||||||
| Home >> All >> org >> greenstone >> gatherer >> [ msm overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC