tecgraf.javautils.excel.v1.util
Class ExcelAction.XLSFilter

java.lang.Object
  extended by javax.swing.filechooser.FileFilter
      extended by tecgraf.javautils.excel.v1.util.ExcelAction.XLSFilter
Enclosing class:
ExcelAction

public static class ExcelAction.XLSFilter
extends FileFilter

Filtro que aceita arquivos cuja extensão seja xls.


Constructor Summary
ExcelAction.XLSFilter()
           
 
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

ExcelAction.XLSFilter

public ExcelAction.XLSFilter()
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.