org.merlotxml.merlot
Class XMLFileFilter

java.lang.Object
  extended byjavax.swing.filechooser.FileFilter
      extended byorg.merlotxml.merlot.MerlotFileFilter
          extended byorg.merlotxml.merlot.XMLFileFilter
All Implemented Interfaces:
java.io.FilenameFilter

public class XMLFileFilter
extends MerlotFileFilter


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

Constructor Detail

XMLFileFilter

public XMLFileFilter()
Method Detail

accept

public boolean accept(java.io.File f)

accept

public boolean accept(java.io.File dir,
                      java.lang.String name)
Specified by:
accept in interface java.io.FilenameFilter
Specified by:
accept in class MerlotFileFilter

getDescription

public java.lang.String getDescription()