alonefichiers
Class FiltreResultat

java.lang.Object
  extended by javax.swing.filechooser.FileFilter
      extended by alonefichiers.Filtre
          extended by alonefichiers.FiltreResultat

public class FiltreResultat
extends Filtre

Result File filter.

Author:
Stéfan Engelen (2006), Gabriel Chandesris (2008)

Constructor Summary
FiltreResultat()
           
 
Method Summary
 boolean accept(java.io.File fich)
          Accepted file extensions : res ; ct ; b
 java.lang.String getDescription()
          Return description of this filter ("results").
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FiltreResultat

public FiltreResultat()
Method Detail

getDescription

public java.lang.String getDescription()
Return description of this filter ("results").

Specified by:
getDescription in class Filtre

accept

public boolean accept(java.io.File fich)
Accepted file extensions : res ; ct ; b

Specified by:
accept in class Filtre
Returns:
boolean