weka.clusterers.forOPTICSAndDBScan.OPTICS_GUI
Class SERFileFilter

java.lang.Object
  extended by javax.swing.filechooser.FileFilter
      extended by weka.clusterers.forOPTICSAndDBScan.OPTICS_GUI.SERFileFilter

public class SERFileFilter
extends javax.swing.filechooser.FileFilter

SERFileFilter.java
Authors: Rainer Holzmann, Zhanna Melnikova-Albrecht
Date: Sep 15, 2004
Time: 6:54:56 PM
$ Revision 1.4 $

Version:
$Revision: 1.2 $
Author:
Zhanna Melnikova-Albrecht (melnikov@cip.ifi.lmu.de), Rainer Holzmann (holzmann@cip.ifi.lmu.de)

Constructor Summary
SERFileFilter(java.lang.String extension, java.lang.String description)
           
 
Method Summary
 boolean accept(java.io.File f)
          Whether the given file is accepted by this filter.
 java.lang.String getDescription()
          The description of this filter.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SERFileFilter

public SERFileFilter(java.lang.String extension,
                     java.lang.String description)
Method Detail

accept

public boolean accept(java.io.File f)
Whether the given file is accepted by this filter.

Specified by:
accept in class javax.swing.filechooser.FileFilter

getDescription

public java.lang.String getDescription()
The description of this filter.

Specified by:
getDescription in class javax.swing.filechooser.FileFilter
See Also:
FileView.getName(java.io.File)