org.openstreetmap.josm.gui.layer.geoimage
Class JpegFileFilter

java.lang.Object
  extended by javax.swing.filechooser.FileFilter
      extended by org.openstreetmap.josm.gui.layer.geoimage.JpegFileFilter
All Implemented Interfaces:
java.io.FileFilter

 class JpegFileFilter
extends javax.swing.filechooser.FileFilter
implements java.io.FileFilter


Field Summary
private static JpegFileFilter instance
           
 
Constructor Summary
JpegFileFilter()
           
 
Method Summary
 boolean accept(java.io.File f)
           
 java.lang.String getDescription()
           
static JpegFileFilter getInstance()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

instance

private static final JpegFileFilter instance
Constructor Detail

JpegFileFilter

JpegFileFilter()
Method Detail

getInstance

public static JpegFileFilter getInstance()

accept

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

getDescription

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


JOSM