Venice 0.7beta

org.mov.util
Class ImageFilter

java.lang.Object
  extended by javax.swing.filechooser.FileFilter
      extended by org.mov.util.ImageFilter

public class ImageFilter
extends javax.swing.filechooser.FileFilter

Image filter for dialog boxes.

Author:
Mark Hummel

Field Summary
static java.lang.String bmp
           
static java.lang.String gif
           
static java.lang.String jpeg
           
static java.lang.String jpg
           
static java.lang.String png
           
static java.lang.String tif
           
static java.lang.String tiff
           
 
Constructor Summary
ImageFilter()
           
 
Method Summary
 boolean accept(java.io.File f)
           
 java.lang.String getDescription()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

jpeg

public static final java.lang.String jpeg
See Also:
Constant Field Values

jpg

public static final java.lang.String jpg
See Also:
Constant Field Values

gif

public static final java.lang.String gif
See Also:
Constant Field Values

tiff

public static final java.lang.String tiff
See Also:
Constant Field Values

tif

public static final java.lang.String tif
See Also:
Constant Field Values

png

public static final java.lang.String png
See Also:
Constant Field Values

bmp

public static final java.lang.String bmp
See Also:
Constant Field Values
Constructor Detail

ImageFilter

public ImageFilter()
Method Detail

accept

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

getDescription

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

Venice 0.7beta