Home / Development / Documentation / 2.0.44 / AbstractFilter
TreeGraph 2
 


info.bioinfweb.treegraph.document.io
Class AbstractFilter

java.lang.Object
  extended by javax.swing.filechooser.FileFilter
      extended by info.bioinfweb.treegraph.document.io.AbstractFilter
All Implemented Interfaces:
DocumentFilter, FileFilter
Direct Known Subclasses:
AbstractXMLFilter, GraphicFilter, NewickFilter, NexusFilter, SupportedFormatsFilter, TGFFilter

public abstract class AbstractFilter
extends FileFilter
implements DocumentFilter


Constructor Summary
AbstractFilter()
           
 
Method Summary
 boolean accept(File f)
           
 
Methods inherited from class javax.swing.filechooser.FileFilter
getDescription
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface info.bioinfweb.treegraph.document.io.DocumentFilter
getDefaultExtension, getDescription, validExtension
 

Constructor Detail

AbstractFilter

public AbstractFilter()
Method Detail

accept

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