kmlconverter
Class KMLFileFilter

java.lang.Object
  extended by javax.swing.filechooser.FileFilter
      extended by kmlconverter.KMLFileFilter

public class KMLFileFilter
extends FileFilter


Constructor Summary
KMLFileFilter()
           
 
Method Summary
 boolean accept(File f)
           
 String getDescription()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

KMLFileFilter

public KMLFileFilter()
Method Detail

accept

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

getDescription

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