edu.ohiou.cs456_badabing.sceneapi.exec
Class BMPFileFilter

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.BMPFileFilter

public class BMPFileFilter
extends MyFileFilter

File filter for BMP format.

Description: Experimentation with JOGL

Copyright: Copyright (c) 2008, Lev A Neiman

Company: Ohio University EECS


Constructor Summary
BMPFileFilter()
           
 
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

BMPFileFilter

public BMPFileFilter()
Method Detail

accept

public boolean accept(java.io.File f)
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()
The description of this filter.

Overrides:
getDescription in class MyFileFilter
Returns:
String