NASA World Wind

gov.nasa.worldwind.examples.util
Class ImageIOFileFilter

java.lang.Object
  extended by javax.swing.filechooser.FileFilter
      extended by gov.nasa.worldwind.examples.util.ImageIOFileFilter
All Implemented Interfaces:
FileFilter

public class ImageIOFileFilter
extends FileFilter
implements FileFilter


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

Constructor Detail

ImageIOFileFilter

public ImageIOFileFilter(ImageIOReader reader)
Method Detail

accept

public boolean accept(File file)
Specified by:
accept in interface FileFilter
Specified by:
accept in class FileFilter

getDescription

public String getDescription()
Specified by:
getDescription in class FileFilter

makeDescription

protected static String makeDescription(ImageIOReader reader)

NASA World Wind