de.fhkoeln.zra.statix.export
Class StatFileFilter

java.lang.Object
  |
  +--javax.swing.filechooser.FileFilter
        |
        +--de.fhkoeln.zra.statix.export.StatFileFilter

public class StatFileFilter
extends FileFilter

Author:
Thies Hauschild, hld@gmx.net File-filter für .Statix Dateien.

Constructor Summary
StatFileFilter()
           
 
Method Summary
 boolean accept(File f)
          Accept all directories and all .statix 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

StatFileFilter

public StatFileFilter()
Method Detail

accept

public boolean accept(File f)
Accept all directories and all .statix files.

Specified by:
accept in class FileFilter

getDescription

public String getDescription()
Gibt die Beschreibung zurück.

Specified by:
getDescription in class FileFilter