edu.ohiou.cs456_badabing.sceneapi.exec
Class ExcelFileFilter

java.lang.Object
  extended by javax.swing.filechooser.FileFilter
      extended by edu.ohiou.cs456_badabing.sceneapi.exec.MyFileFilter
          extended by edu.ohiou.cs456_badabing.sceneapi.exec.ExcelFileFilter

public class ExcelFileFilter
extends MyFileFilter

File Filter for xls extension.

Description: Experimentation with JOGL

Copyright: Copyright (c) 2008, Lev A Neiman

Company: Ohio University EECS


Constructor Summary
ExcelFileFilter()
           
 
Method Summary
 boolean accept(java.io.File f)
          Whether the given file is accepted by this filter.
 java.lang.String getDescription()
          The description of this filter.
 
Methods inherited from class edu.ohiou.cs456_badabing.sceneapi.exec.MyFileFilter
getExtension, stripExtension
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExcelFileFilter

public ExcelFileFilter()
Method Detail

accept

public boolean accept(java.io.File f)
Description copied from class: MyFileFilter
Whether the given file is accepted by this filter.

Overrides:
accept in class MyFileFilter
Parameters:
f - File
Returns:
boolean

getDescription

public java.lang.String getDescription()
Description copied from class: MyFileFilter
The description of this filter.

Overrides:
getDescription in class MyFileFilter
Returns:
String