tecgraf.javautils.excel.v1.util
Class ExcelFilter

java.lang.Object
  extended by javax.swing.filechooser.FileFilter
      extended by tecgraf.javautils.excel.v1.util.ExcelFilter

public class ExcelFilter
extends FileFilter

Filtro que aceita arquivos cuja extensão seja xls.


Constructor Summary
ExcelFilter()
           
 
Method Summary
 boolean accept(File file)
          
 String getDescription()
          
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExcelFilter

public ExcelFilter()
Method Detail

accept

public boolean accept(File file)

Specified by:
accept in class FileFilter

getDescription

public String getDescription()

Specified by:
getDescription in class FileFilter


Copyright © 2014 Tecgraf/PUC-Rio. All rights reserved.