org.objectweb.fractal.explorer.lib
Class FractalFileFilter
java.lang.Object
javax.swing.filechooser.FileFilter
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FractalFileFilter
public FractalFileFilter()
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