pt.uminho.generic.components.jchooser
Class FileFilterCSVExtention

java.lang.Object
  extended by javax.swing.filechooser.FileFilter
      extended by pt.uminho.generic.components.jchooser.FileFilterCSVExtention

public class FileFilterCSVExtention
extends javax.swing.filechooser.FileFilter


Constructor Summary
FileFilterCSVExtention(java.util.Set<java.lang.String> extentions)
           
 
Method Summary
 boolean accept(java.io.File file)
           
 java.lang.String getDescription()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FileFilterCSVExtention

public FileFilterCSVExtention(java.util.Set<java.lang.String> extentions)
Method Detail

accept

public boolean accept(java.io.File file)
Specified by:
accept in class javax.swing.filechooser.FileFilter

getDescription

public java.lang.String getDescription()
Specified by:
getDescription in class javax.swing.filechooser.FileFilter