Home / Development / Documentation / 2.0.44 / SupportedFormatsFilter
TreeGraph 2
 


info.bioinfweb.treegraph.document.io
Class SupportedFormatsFilter

java.lang.Object
  extended by javax.swing.filechooser.FileFilter
      extended by info.bioinfweb.treegraph.document.io.AbstractFilter
          extended by info.bioinfweb.treegraph.document.io.SupportedFormatsFilter
All Implemented Interfaces:
DocumentFilter, FileFilter

public class SupportedFormatsFilter
extends AbstractFilter


Field Summary
static String[] EXTENSIONS
           
 
Constructor Summary
SupportedFormatsFilter()
           
 
Method Summary
 String getDefaultExtension()
           
 String getDescription()
           
 boolean validExtension(String name)
           
 
Methods inherited from class info.bioinfweb.treegraph.document.io.AbstractFilter
accept
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

EXTENSIONS

public static final String[] EXTENSIONS
Constructor Detail

SupportedFormatsFilter

public SupportedFormatsFilter()
Method Detail

validExtension

public boolean validExtension(String name)

getDescription

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

getDefaultExtension

public String getDefaultExtension()