org.merlotxml.merlot
Class DTDFileFilter

java.lang.Object
  |
  +--javax.swing.filechooser.FileFilter
        |
        +--org.merlotxml.merlot.MerlotFileFilter
              |
              +--org.merlotxml.merlot.DTDFileFilter

public class DTDFileFilter
extends MerlotFileFilter


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

DTDFileFilter

public DTDFileFilter()
Method Detail

accept

public boolean accept(java.io.File f)
Overrides:
accept in class javax.swing.filechooser.FileFilter

accept

public boolean accept(java.io.File dir,
                      java.lang.String name)
Overrides:
accept in class MerlotFileFilter

getDescription

public java.lang.String getDescription()
Overrides:
getDescription in class javax.swing.filechooser.FileFilter