de.fhkoeln.zra.statix.export
Class StatProjectFileFilter
java.lang.Object
|
+--javax.swing.filechooser.FileFilter
|
+--de.fhkoeln.zra.statix.export.StatProjectFileFilter
- public class StatProjectFileFilter
- extends FileFilter
- Author:
- Thies Hauschild, hld@gmx.net
File-filter für .Statix Dateien.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
StatProjectFileFilter
public StatProjectFileFilter()
accept
public boolean accept(File f)
- Accept all directories and all .spf files.
- Specified by:
accept
in class FileFilter
getDescription
public String getDescription()
- Gibt die Beschreibung zurück.
- Specified by:
getDescription
in class FileFilter