|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjavax.swing.filechooser.FileFilter
org.openstreetmap.josm.gui.util.FileFilterAllFiles
public class FileFilterAllFiles
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 |
---|
private static FileFilterAllFiles INSTANCE
Constructor Detail |
---|
public FileFilterAllFiles()
Method Detail |
---|
public static FileFilterAllFiles getInstance()
public boolean accept(java.io.File f)
accept
in class javax.swing.filechooser.FileFilter
public java.lang.String getDescription()
getDescription
in class javax.swing.filechooser.FileFilter
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |