org.objectweb.fractal.explorer.lib
Class FractalFileFilter

java.lang.Object
  extended by javax.swing.filechooser.FileFilter
      extended by org.objectweb.fractal.explorer.lib.FractalFileFilter

public class FractalFileFilter
extends FileFilter

This class represents the filter for fractal files.

Version:
0.1
Author:
Jerome Moroy

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

Constructor Detail

FractalFileFilter

public FractalFileFilter()
Method Detail

accept

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

Specified by:
accept in class FileFilter

getDescription

public String getDescription()
The description of this filter. For example: "Fractal Files".

Specified by:
getDescription in class FileFilter