alonefichiers
Class FiltreConvert

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

public class FiltreConvert
extends Filtre

Converts file filters.

Author:
Gabriel Chandesris (2008)
See Also:
aloneinterfaces, aloneinterfaces

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

Constructor Detail

FiltreConvert

public FiltreConvert()
Method Detail

getDescription

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

Specified by:
getDescription in class Filtre

accept

public boolean accept(java.io.File fich)
Accepted file extensions : aln ; fasta

Specified by:
accept in class Filtre
Returns:
boolean