org.merlotxml.merlot
Class MerlotLibFileFilter

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

public class MerlotLibFileFilter
extends javax.swing.filechooser.FileFilter
implements java.io.FilenameFilter


Constructor Summary
MerlotLibFileFilter()
           
 
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

MerlotLibFileFilter

public MerlotLibFileFilter()
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

getDescription

public java.lang.String getDescription()