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.

Constructor Summary
StatProjectFileFilter()
           
 
Method Summary
 boolean accept(File f)
          Accept all directories and all .spf files.
 String getDescription()
          Gibt die Beschreibung zurück.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StatProjectFileFilter

public StatProjectFileFilter()
Method Detail

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