org.openstreetmap.josm.gui.util
Class FileFilterAllFiles

java.lang.Object
  extended by javax.swing.filechooser.FileFilter
      extended by org.openstreetmap.josm.gui.util.FileFilterAllFiles

public class FileFilterAllFiles
extends javax.swing.filechooser.FileFilter

A FileFilter that accepts all files.


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

Field Detail

INSTANCE

private static FileFilterAllFiles INSTANCE
Constructor Detail

FileFilterAllFiles

public FileFilterAllFiles()
Method Detail

getInstance

public static FileFilterAllFiles getInstance()

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


JOSM