|
|||||||||
| Home >> All >> org >> scopemvc >> application >> timewarp >> [ utilities overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
org.scopemvc.application.timewarp.utilities
Class BlankFileFilter

java.lang.Objectjavax.swing.filechooser.FileFilter
org.scopemvc.application.timewarp.utilities.BlankFileFilter
- public class BlankFileFilter
- extends javax.swing.filechooser.FileFilter
Implementation of FileFilter that only displays directories.
- Version:
- 1.0
| Constructor Summary | |
BlankFileFilter()
Empty constructor. |
|
| Method Summary | |
boolean |
accept(java.io.File f)
Tells the JFileChooser what types of files to display. |
java.lang.String |
getDescription()
The human readable description of the file. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
BlankFileFilter
public BlankFileFilter()
- Empty constructor.
| Method Detail |
getDescription
public java.lang.String getDescription()
- The human readable description of the file.
accept
public boolean accept(java.io.File f)
- Tells the JFileChooser what types of files to display.
|
|||||||||
| Home >> All >> org >> scopemvc >> application >> timewarp >> [ utilities overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC